|
|
|
@ -52,13 +52,15 @@
|
|
|
|
|
"name": "logging.pattern.console",
|
|
|
|
|
"type": "java.lang.String",
|
|
|
|
|
"description": "Appender pattern for output to the console. Only supported with the default logback setup.",
|
|
|
|
|
"sourceType": "org.springframework.boot.logging.LoggingApplicationListener"
|
|
|
|
|
"sourceType": "org.springframework.boot.logging.LoggingApplicationListener",
|
|
|
|
|
"defaultValue": "%clr(%d{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(:){faint} %m%n${LOG_EXCEPTION_CONVERSION_WORD:-%wEx}"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "logging.pattern.file",
|
|
|
|
|
"type": "java.lang.String",
|
|
|
|
|
"description": "Appender pattern for output to the file. Only supported with the default logback setup.",
|
|
|
|
|
"sourceType": "org.springframework.boot.logging.LoggingApplicationListener"
|
|
|
|
|
"sourceType": "org.springframework.boot.logging.LoggingApplicationListener",
|
|
|
|
|
"defaultValue": "%d{yyyy-MM-dd HH:mm:ss.SSS} ${LOG_LEVEL_PATTERN:-%5p} ${PID:- } --- [%t] %-40.40logger{39} : %m%n${LOG_EXCEPTION_CONVERSION_WORD:-%wEx}"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "logging.pattern.level",
|
|
|
|
|