Document that spring.application.name / group are used with logging

Closes gh-45597
This commit is contained in:
Phillip Webb
2025-05-20 12:57:00 -07:00
parent fa0107c431
commit 1d923ccc43

View File

@@ -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",