Skip to content

Commit

Permalink
Improve logging
Browse files Browse the repository at this point in the history
  • Loading branch information
pditommaso committed Aug 6, 2019
1 parent 1255f70 commit 5adc2c0
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -159,9 +159,10 @@ class LoggerHelper {
packages[MAIN_PACKAGE] = quiet ? Level.WARN : Level.INFO

// -- add the S3 uploader by default
if( !containsClassName(debugConf,traceConf, 'com.upplication.s3fs') ) {
if( !containsClassName(debugConf,traceConf, 'com.upplication.s3fs') )
debugConf << S3_UPLOADER_CLASS
}
if( !containsClassName(debugConf,traceConf, 'io.seqera') )
debugConf << 'io.seqera'

for( def it : debugConf ) {
packages[it] = Level.DEBUG
Expand Down

0 comments on commit 5adc2c0

Please sign in to comment.