Commit 4ce62195 authored by Stephane Nicoll's avatar Stephane Nicoll

Add debug property to meta-data

Closes gh-2044
parent f9b5c6b1
...@@ -4,6 +4,13 @@ ...@@ -4,6 +4,13 @@
"type": "org.springframework.boot.logging.LoggingApplicationListener" "type": "org.springframework.boot.logging.LoggingApplicationListener"
} }
],"properties": [ ],"properties": [
{
"name": "debug",
"type": "java.lang.Boolean",
"description": "Enable debug logs.",
"sourceType": "org.springframework.boot.logging.LoggingApplicationListener",
"defaultValue": false
},
{ {
"name": "logging.config", "name": "logging.config",
"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