Skip to content

Commit

Permalink
Reduce netty log spam
Browse files Browse the repository at this point in the history
  • Loading branch information
wasdennnoch committed Dec 7, 2024
1 parent 8ba866e commit 8299ec1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions latte/src/main/resources/log4j2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@
<Logger name="org.apache.kafka" level="WARN">
<AppenderRef ref="Console" />
</Logger>
<Logger name="io.grpc.netty" level="INFO">
<AppenderRef ref="Console" />
</Logger>
</Loggers>
</Configuration>

0 comments on commit 8299ec1

Please sign in to comment.