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 Aug 28, 2023
1 parent 661c24b commit c968460
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions grails-app/conf/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
</encoder>
</appender>

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

<logger name="au.org.ala.cas.client" level="WARN">
<appender-ref ref="STDOUT" />
Expand Down

0 comments on commit c968460

Please sign in to comment.