Skip to content

Commit

Permalink
Remove noise in logs
Browse files Browse the repository at this point in the history
  • Loading branch information
matsbov committed Dec 13, 2023
1 parent d4ddbd8 commit 60805c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions grails-app/conf/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
</encoder>
</appender>

<!-- SBDI: this is to get rid of noise in the logs -->
<logger name="org.grails.config.NavigableMap" level="ERROR" />

<root level="warn">
<appender-ref ref="STDOUT" />
</root>
Expand Down

0 comments on commit 60805c8

Please sign in to comment.