File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
spring-boot/src/main/resources/org/springframework/boot/logging/logback Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<included >
3- <property name =" CONSOLE_LOG_PATTERN" value =" %clr(%d{yyyy-MM-dd HH:mm:ss.SSS}){faint} %clr(%5p) %clr(${PID:- }){magenta} %clr(---){faint} %clr([%15.15t{14} ]){faint} %clr(%-40.40logger{39}){cyan} %clr(:){faint} %m%n%wex" />
3+ <property name =" CONSOLE_LOG_PATTERN" value =" %clr(%d{yyyy-MM-dd HH:mm:ss.SSS}){faint} %clr(%5p) %clr(${PID:- }){magenta} %clr(---){faint} %clr([%15.15t]){faint} %clr(%-40.40logger{39}){cyan} %clr(:){faint} %m%n%wex" />
44
55 <conversionRule conversionWord =" clr" converterClass =" org.springframework.boot.logging.logback.ColorConverter" />
66 <conversionRule conversionWord =" wex" converterClass =" org.springframework.boot.logging.logback.WhitespaceThrowableProxyConverter" />
You can’t perform that action at this time.
0 commit comments