Skip to content

Commit

Permalink
Merge pull request #230 from kbss-cvut/set-log-level-to-info
Browse files Browse the repository at this point in the history
[UPD] Change log level to INFO
  • Loading branch information
kostobog authored Oct 31, 2023
2 parents 4fddeb5 + 12f7f2d commit 4c6d24e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</appender>

<!-- Logger for our app -->
<logger name="cz.cvut.kbss" level="TRACE" additivity="false">
<logger name="cz.cvut.kbss" level="INFO" additivity="false">
<appender-ref ref="STDOUT"/>
</logger>

Expand Down

0 comments on commit 4c6d24e

Please sign in to comment.