Skip to content

Commit 4718485

Browse files
committed
Merge pull request #42848 from izeye
* pr/42848: Move default value descriptions to description field Closes gh-42848
2 parents 728deaf + a1b4033 commit 4718485

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

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

+6-9
Original file line numberDiff line numberDiff line change
@@ -168,16 +168,14 @@
168168
{
169169
"name": "logging.pattern.console",
170170
"type": "java.lang.String",
171-
"description": "Appender pattern for output to the console.",
172-
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener",
173-
"defaultValue": "Varies according to the logging system"
171+
"description": "Appender pattern for output to the console. Its default value varies according to the logging system.",
172+
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener"
174173
},
175174
{
176175
"name": "logging.pattern.correlation",
177176
"type": "java.lang.String",
178-
"description": "Appender pattern for log correlation.",
179-
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener",
180-
"defaultValue": "Varies according to the logging system"
177+
"description": "Appender pattern for log correlation. Its default value varies according to the logging system.",
178+
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener"
181179
},
182180
{
183181
"name": "logging.pattern.dateformat",
@@ -189,9 +187,8 @@
189187
{
190188
"name": "logging.pattern.file",
191189
"type": "java.lang.String",
192-
"description": "Appender pattern for output to a file.",
193-
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener",
194-
"defaultValue": "Varies according to the logging system"
190+
"description": "Appender pattern for output to a file. Its default value varies according to the logging system.",
191+
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener"
195192
},
196193
{
197194
"name": "logging.pattern.level",

0 commit comments

Comments
 (0)