Skip to content

Commit

Permalink
Adjust log levels
Browse files Browse the repository at this point in the history
  • Loading branch information
maddie480 authored May 26, 2024
1 parent 0ad950d commit 32a006b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
</layout>
</appender>

<!-- Change log level here: trace, debug, info, warn or error -->
<logger name="ovh.maddie480.everest.updatechecker" level="info" additivity="false">
<logger name="ovh.maddie480.everest.updatechecker" level="debug" additivity="false">
<appender-ref ref="CONSOLE"/>
</logger>

Expand Down

0 comments on commit 32a006b

Please sign in to comment.