Browse Source

Merge branch '2.1.x'

Closes gh-17621
pull/17636/head
Stephane Nicoll 7 years ago
parent
commit
5ed3185d04
  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.file.max-history",
"type": "java.lang.Integer",
"description": "Maximum of archive log files to keep. Only supported with the default logback setup.",
"description": "Maximum number of days archive log files are kept. Only supported with the default logback setup.",
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener",
"defaultValue": 7
},

Loading…
Cancel
Save