Add debug property to meta-data
Closes gh-2044
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user