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 Sep 27, 2023
1 parent a5250f9 commit 8c90b71
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions grails-app/conf/logback.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,15 @@ if (Environment.isDevelopmentMode() && targetDir != null) {
root(INFO, ['STDOUT'])

final error = [
'org.hibernate.orm.deprecation'
'org.hibernate.orm.deprecation',
'org.elasticsearch.client.RestClient'
]
final warn = [
'au.org.ala',
'au.org.ala.ws',
'au.org.ala.web.config',
'au.org.ala.cas',
'au.org.ala.images',
'org.springframework',
'grails.app',
'grails.plugins.mail',
Expand All @@ -123,8 +125,7 @@ final warn = [
'asset.pipeline'
]
final info = [
'org.flywaydb',
'au.org.ala.images'
'org.flywaydb'
]

final debug = []
Expand Down

0 comments on commit 8c90b71

Please sign in to comment.