Add debug property to meta-data

Closes gh-2044
This commit is contained in:
Stephane Nicoll
2014-12-02 14:57:49 +01:00
parent f9b5c6b1ae
commit 4ce621951c

View File

@@ -4,6 +4,13 @@
"type": "org.springframework.boot.logging.LoggingApplicationListener"
}
],"properties": [
{
"name": "debug",
"type": "java.lang.Boolean",
"description": "Enable debug logs.",
"sourceType": "org.springframework.boot.logging.LoggingApplicationListener",
"defaultValue": false
},
{
"name": "logging.config",
"type": "java.lang.String",