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 Jun 14, 2024
1 parent 53e55ea commit 182b7ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions grails-app/conf/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@
</logger>

<logger name="org.hibernate.orm.deprecation" level="ERROR" />
<logger name="org.grails.config.NavigableMap" level="ERROR"/>
<logger name="org.elasticsearch.client.RestClient" level="ERROR"/>

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

0 comments on commit 182b7ae

Please sign in to comment.