Skip to content

Commit

Permalink
fix(logging): explicitly specify info level for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakShearman committed Mar 3, 2024
1 parent 5bf4b63 commit 87615bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
</encoder>
</appender>

<root level="INFO">
<appender-ref ref="console"/>
</root>

<logger name="org.apache.kafka" level="INFO" additivity="false">
<appender-ref ref="console"/>
</logger>
Expand Down

0 comments on commit 87615bb

Please sign in to comment.