Fix metadata for logging.include-application-name

See gh-36157
This commit is contained in:
Johnny Lim
2023-07-02 19:06:03 +09:00
committed by Phillip Webb
parent 871ed646d7
commit df107890c7
@@ -105,7 +105,7 @@
}, },
{ {
"name": "logging.include-application-name", "name": "logging.include-application-name",
"type": "java.lang.String>", "type": "java.lang.Boolean",
"description": "Whether to include the application name in the logs.", "description": "Whether to include the application name in the logs.",
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener", "sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener",
"defaultValue": true "defaultValue": true