@ -1,5 +1,5 @@
/ *
/ *
* Copyright 2012 - 202 0 the original author or authors .
* Copyright 2012 - 202 1 the original author or authors .
*
*
* Licensed under the Apache License , Version 2.0 ( the "License" ) ;
* Licensed under the Apache License , Version 2.0 ( the "License" ) ;
* you may not use this file except in compliance with the License .
* you may not use this file except in compliance with the License .
@ -72,11 +72,14 @@ class DefaultLogbackConfiguration {
+ "%clr(%d{${LOG_DATEFORMAT_PATTERN:-yyyy-MM-dd HH:mm:ss.SSS}}){faint} %clr(${LOG_LEVEL_PATTERN:-%5p}) "
+ "%clr(%d{${LOG_DATEFORMAT_PATTERN:-yyyy-MM-dd HH:mm:ss.SSS}}){faint} %clr(${LOG_LEVEL_PATTERN:-%5p}) "
+ "%clr(${PID:- }){magenta} %clr(---){faint} %clr([%15.15t]){faint} %clr(%-40.40logger{39}){cyan} "
+ "%clr(${PID:- }){magenta} %clr(---){faint} %clr([%15.15t]){faint} %clr(%-40.40logger{39}){cyan} "
+ "%clr(:){faint} %m%n${LOG_EXCEPTION_CONVERSION_WORD:-%wEx}}" ) ) ;
+ "%clr(:){faint} %m%n${LOG_EXCEPTION_CONVERSION_WORD:-%wEx}}" ) ) ;
config . getContext ( ) . putProperty ( "CONSOLE_LOG_CHARSET" , resolve ( config , "${CONSOLE_LOG_CHARSET:-default}" ) ) ;
String defaultCharset = Charset . defaultCharset ( ) . name ( ) ;
config . getContext ( ) . putProperty ( "CONSOLE_LOG_CHARSET" ,
resolve ( config , "${CONSOLE_LOG_CHARSET:-" + defaultCharset + "}" ) ) ;
config . getContext ( ) . putProperty ( "FILE_LOG_PATTERN" , resolve ( config , "${FILE_LOG_PATTERN:-"
config . getContext ( ) . putProperty ( "FILE_LOG_PATTERN" , resolve ( config , "${FILE_LOG_PATTERN:-"
+ "%d{${LOG_DATEFORMAT_PATTERN:-yyyy-MM-dd HH:mm:ss.SSS}} ${LOG_LEVEL_PATTERN:-%5p} ${PID:- } --- [%t] "
+ "%d{${LOG_DATEFORMAT_PATTERN:-yyyy-MM-dd HH:mm:ss.SSS}} ${LOG_LEVEL_PATTERN:-%5p} ${PID:- } --- [%t] "
+ "%-40.40logger{39} : %m%n${LOG_EXCEPTION_CONVERSION_WORD:-%wEx}}" ) ) ;
+ "%-40.40logger{39} : %m%n${LOG_EXCEPTION_CONVERSION_WORD:-%wEx}}" ) ) ;
config . getContext ( ) . putProperty ( "FILE_LOG_CHARSET" , resolve ( config , "${FILE_LOG_CHARSET:-default}" ) ) ;
config . getContext ( ) . putProperty ( "FILE_LOG_CHARSET" ,
resolve ( config , "${FILE_LOG_CHARSET:-" + defaultCharset + "}" ) ) ;
config . logger ( "org.apache.catalina.startup.DigesterFactory" , Level . ERROR ) ;
config . logger ( "org.apache.catalina.startup.DigesterFactory" , Level . ERROR ) ;
config . logger ( "org.apache.catalina.util.LifecycleBase" , Level . ERROR ) ;
config . logger ( "org.apache.catalina.util.LifecycleBase" , Level . ERROR ) ;
config . logger ( "org.apache.coyote.http11.Http11NioProtocol" , Level . WARN ) ;
config . logger ( "org.apache.coyote.http11.Http11NioProtocol" , Level . WARN ) ;