Skip to content

Commit

Permalink
Changing logging to All temporary
Browse files Browse the repository at this point in the history
  • Loading branch information
RichtXO committed Apr 5, 2024
1 parent 4a30eab commit fa9807e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<!-- Here you can set the base logger level. If DEBUG is too chatty for you, you can use INFO -->
<!-- Possible options are: ALL, TRACE, DEBUG, INFO, WARN, ERROR, OFF -->
<root level="INFO">
<root level="ALL">
<appender-ref ref="CONSOLE"/>
<appender-ref ref="ASYNC"/>
</root>
Expand Down

0 comments on commit fa9807e

Please sign in to comment.