From 1d923ccc43c2a7d33e089fafceee52ce0e02f441 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 20 May 2025 12:57:00 -0700 Subject: [PATCH] Document that spring.application.name / group are used with logging Closes gh-45597 --- .../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 fc9f2bd0c2..e59a236596 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 @@ -239,7 +239,7 @@ "name": "spring.application.name", "type": "java.lang.String", "sourceType": "org.springframework.boot.context.ContextIdApplicationContextInitializer", - "description": "Application name." + "description": "Application name. Typically used with logging to help identify the application." }, { "name": "spring.banner.charset",