Add logging.pattern.level to config metadata
This commit is contained in:
@@ -60,6 +60,12 @@
|
||||
"description": "Appender pattern for output to the file. Only supported with the default logback setup.",
|
||||
"sourceType": "org.springframework.boot.logging.LoggingApplicationListener"
|
||||
},
|
||||
{
|
||||
"name": "logging.pattern.level",
|
||||
"type": "java.lang.String",
|
||||
"description": "Appender pattern for log level (default %5p). Only supported with the default logback setup.",
|
||||
"sourceType": "org.springframework.boot.logging.LoggingApplicationListener"
|
||||
},
|
||||
{
|
||||
"name": "logging.path",
|
||||
"type": "java.lang.String",
|
||||
|
||||
Reference in New Issue
Block a user