Skip to content

Commit cc23029

Browse files
committed
Merge pull request #36157 from izeye
* pr/36157: Fix metadata for logging.include-application-name Closes gh-36157
2 parents 871ed64 + df10789 commit cc23029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
},
106106
{
107107
"name": "logging.include-application-name",
108-
"type": "java.lang.String>",
108+
"type": "java.lang.Boolean",
109109
"description": "Whether to include the application name in the logs.",
110110
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener",
111111
"defaultValue": true

0 commit comments

Comments
 (0)