Add logging.pattern.level to config metadata

This commit is contained in:
Dave Syer
2015-10-01 11:38:48 +01:00
parent 42c49b1c4f
commit 15f22651f8

View File

@@ -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",