Skip to content

Commit

Permalink
Set default logging level to info
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesbraun committed Mar 25, 2022
1 parent 925e0a2 commit 4c6fb16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/log4j2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</Console>
</Appenders>
<Loggers>
<Root level="debug" additivity="false">
<Root level="info" additivity="false">
<AppenderRef ref="console" />
</Root>
</Loggers>
Expand Down

0 comments on commit 4c6fb16

Please sign in to comment.