From df107890c7eb6ddbb1ddb24e5b88c8ee95949c7b Mon Sep 17 00:00:00 2001 From: Johnny Lim Date: Sun, 2 Jul 2023 19:06:03 +0900 Subject: [PATCH] Fix metadata for logging.include-application-name See gh-36157 --- .../META-INF/additional-spring-configuration-metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json index a22819a934c..d4bd08721b8 100644 --- a/spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -105,7 +105,7 @@ }, { "name": "logging.include-application-name", - "type": "java.lang.String>", + "type": "java.lang.Boolean", "description": "Whether to include the application name in the logs.", "sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener", "defaultValue": true