Skip to content

Commit

Permalink
Updating logging level (opensearch-project#189)
Browse files Browse the repository at this point in the history
Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>

Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>
  • Loading branch information
saratvemulapalli authored and kokibas committed Mar 17, 2023
1 parent f6d6cb3 commit 77eac13
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions 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>
</Root>i
<logger name="io.netty.util" level="ERROR"/>
</Loggers>
</Configuration>
</Configuration>

0 comments on commit 77eac13

Please sign in to comment.