Skip to content

Commit 1d923cc

Browse files
committed
Document that spring.application.name / group are used with logging
Closes gh-45597
1 parent fa0107c commit 1d923cc

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
@@ -239,7 +239,7 @@
239239
"name": "spring.application.name",
240240
"type": "java.lang.String",
241241
"sourceType": "org.springframework.boot.context.ContextIdApplicationContextInitializer",
242-
"description": "Application name."
242+
"description": "Application name. Typically used with logging to help identify the application."
243243
},
244244
{
245245
"name": "spring.banner.charset",

0 commit comments

Comments
 (0)