|
|
@ -91,6 +91,12 @@
|
|
|
|
"description": "Log levels severity mapping. For instance, 'logging.level.org.springframework=DEBUG'",
|
|
|
|
"description": "Log levels severity mapping. For instance, 'logging.level.org.springframework=DEBUG'",
|
|
|
|
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener"
|
|
|
|
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
"name": "logging.path",
|
|
|
|
|
|
|
|
"type": "java.lang.String",
|
|
|
|
|
|
|
|
"description": "Location of the log file. For instance, '/var/log'.",
|
|
|
|
|
|
|
|
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener"
|
|
|
|
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"name": "logging.pattern.console",
|
|
|
|
"name": "logging.pattern.console",
|
|
|
|
"type": "java.lang.String",
|
|
|
|
"type": "java.lang.String",
|
|
|
@ -98,6 +104,13 @@
|
|
|
|
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener",
|
|
|
|
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener",
|
|
|
|
"defaultValue": "%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(:){faint} %m%n${LOG_EXCEPTION_CONVERSION_WORD:-%wEx}"
|
|
|
|
"defaultValue": "%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(:){faint} %m%n${LOG_EXCEPTION_CONVERSION_WORD:-%wEx}"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
"name": "logging.pattern.dateformat",
|
|
|
|
|
|
|
|
"type": "java.lang.String",
|
|
|
|
|
|
|
|
"description": "Appender pattern for log date format. Supported only with the default Logback setup.",
|
|
|
|
|
|
|
|
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener",
|
|
|
|
|
|
|
|
"defaultValue": "yyyy-MM-dd HH:mm:ss.SSS"
|
|
|
|
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"name": "logging.pattern.file",
|
|
|
|
"name": "logging.pattern.file",
|
|
|
|
"type": "java.lang.String",
|
|
|
|
"type": "java.lang.String",
|
|
|
@ -112,19 +125,6 @@
|
|
|
|
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener",
|
|
|
|
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener",
|
|
|
|
"defaultValue": "%5p"
|
|
|
|
"defaultValue": "%5p"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
|
|
|
|
"name": "logging.pattern.dateformat",
|
|
|
|
|
|
|
|
"type": "java.lang.String",
|
|
|
|
|
|
|
|
"description": "Appender pattern for log dateformat. Only supported with the default logback setup.",
|
|
|
|
|
|
|
|
"sourceType": "org.springframework.boot.logging.LoggingApplicationListener",
|
|
|
|
|
|
|
|
"defaultValue": "yyyy-MM-dd HH:mm:ss.SSS"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
"name": "logging.path",
|
|
|
|
|
|
|
|
"type": "java.lang.String",
|
|
|
|
|
|
|
|
"description": "Location of the log file. For instance, '/var/log'",
|
|
|
|
|
|
|
|
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"name": "logging.register-shutdown-hook",
|
|
|
|
"name": "logging.register-shutdown-hook",
|
|
|
|
"type": "java.lang.Boolean",
|
|
|
|
"type": "java.lang.Boolean",
|
|
|
|