Browse Source

Fix metadata for logging.include-application-name

See gh-36157
pull/36167/head
Johnny Lim 3 years ago committed by Phillip Webb
parent
commit
df107890c7
  1. 2
      spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json

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

@ -105,7 +105,7 @@ @@ -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

Loading…
Cancel
Save