mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-05-03 03:43:54 +01:00
Fix metadata for logging.include-application-name
See gh-36157
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user