Skip to content

Commit

Permalink
Use info instead of debug for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexProgrammerDE committed Oct 10, 2024
1 parent 02dc1be commit 0917bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/test/resources/log4j2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</Appenders>

<Loggers>
<Root level="debug">
<Root level="info">
<AppenderRef ref="Console"/>
</Root>
</Loggers>
Expand Down

0 comments on commit 0917bbd

Please sign in to comment.