Commit 15f22651 authored by Dave Syer's avatar Dave Syer

Add logging.pattern.level to config metadata

parent 42c49b1c
...@@ -60,6 +60,12 @@ ...@@ -60,6 +60,12 @@
"description": "Appender pattern for output to the file. Only supported with the default logback setup.", "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"
}, },
{
"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", "name": "logging.path",
"type": "java.lang.String", "type": "java.lang.String",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment