From 00a5528d7ffe1170bb5da00401ff9b825036c04d Mon Sep 17 00:00:00 2001 From: lihongmingming <514055171@qq.com> Date: Thu, 18 Jul 2019 16:17:41 +0800 Subject: [PATCH 1/2] Clarify description of "logging.file.max-history" See gh-17567 --- .../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 b67f271afc0..2d11043e6b8 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 @@ -83,7 +83,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": 0 }, From 057ca8f6a85ce6d325c747478c56305bd2671d1f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 24 Jul 2019 11:34:47 +0200 Subject: [PATCH 2/2] Polish "Clarify description of "logging.file.max-history"" See gh-17567 --- .../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 2d11043e6b8..e52c61a6ea5 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 @@ -83,7 +83,7 @@ { "name": "logging.file.max-history", "type": "java.lang.Integer", - "description": "Maximum number of days, archive log files are kept. 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": 0 },