Skip to content

Commit

Permalink
fix: use upstream log4j pattern (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
OneCricketeer authored Jan 7, 2023
1 parent 4b82a31 commit 2efd49d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/resources/log4j2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<Configuration status="WARN">
<Appenders>
<Console name="Console" target="SYSTEM_OUT">
<PatternLayout pattern="[%d{YYYY-MM-dd HH:mm:ss.SSS}] %-5level [%thread] %logger{36} - %msg%n"/>
<!-- https://github.com/apache/kafka/blob/trunk/config/connect-log4j.properties#L36 -->
<PatternLayout pattern="[%d{DEFAULT}] %p %X{connector.context}%m (%c:%L)%n"/>
</Console>
</Appenders>
<Loggers>
Expand Down

0 comments on commit 2efd49d

Please sign in to comment.