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 Oct 10, 2023
1 parent 0d199c6 commit 0855d84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grails-app/conf/logback.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ if (Environment.isDevelopmentMode()) {
logger("au.org.ala.spatial.service.MonitorService", INFO, ['STDOUT'], false)
logger("au.org.ala.layers", INFO, ['STDOUT'], false)
logger("au.org.ala.spatial", INFO, ['STDOUT'], false)
logger("org.hibernate", ERROR, ['STDOUT'], false)
logger("au.org.ala", INFO, ['STDOUT'],false)
}

Expand Down

0 comments on commit 0855d84

Please sign in to comment.