Skip to content

Commit

Permalink
Remove noise from logs
Browse files Browse the repository at this point in the history
  • Loading branch information
matsbov committed Nov 10, 2023
1 parent 56be806 commit a0d2ba4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion grails-app/conf/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@

<logger name="grails.plugin.externalconfig.ExternalConfig" level="INFO" />

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

<logger name="au.org.ala" level="WARN" />

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

0 comments on commit a0d2ba4

Please sign in to comment.