Skip to content

Commit

Permalink
Updating Netty Logging to only display errors (#181)
Browse files Browse the repository at this point in the history
Signed-off-by: Sarat Vemulapalli <[email protected]>

Signed-off-by: Sarat Vemulapalli <[email protected]>
Signed-off-by: Owais Kazi <[email protected]>
  • Loading branch information
saratvemulapalli authored and dbwiddis committed Oct 12, 2022
1 parent 5f43a95 commit f2399fb
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 @@ -9,9 +9,10 @@
</File>
</Appenders>
<Loggers>
<Root level="trace">
<Root level="debug">
<AppenderRef ref="ConsoleAppender" />
<AppenderRef ref="FileAppender"/>
</Root>
<logger name="io.netty.util" level="ERROR"/>
</Loggers>
</Configuration>

0 comments on commit f2399fb

Please sign in to comment.