Skip to content

Commit

Permalink
Revert changes to logback.groovy-old
Browse files Browse the repository at this point in the history
  • Loading branch information
matsbov committed Jun 14, 2024
1 parent 3e617a5 commit 53e55ea
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions grails-app/conf/logback.groovy-old
Original file line number Diff line number Diff line change
Expand Up @@ -108,16 +108,13 @@ if (Environment.isDevelopmentMode() && targetDir != null) {
root(INFO, ['STDOUT'])

final error = [
'org.hibernate.orm.deprecation',
'org.elasticsearch.client.RestClient',
'com.zaxxer.hikari.pool.PoolBase'
'org.hibernate.orm.deprecation'
]
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 @@ -126,7 +123,8 @@ final warn = [
'asset.pipeline'
]
final info = [
'org.flywaydb'
'org.flywaydb',
'au.org.ala.images'
]

final debug = []
Expand Down

0 comments on commit 53e55ea

Please sign in to comment.