Skip to content

Commit 6fce6ff

Browse files
committed
Merge branch '3.3.x'
Closes gh-42882
2 parents 72872e5 + 8556001 commit 6fce6ff

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

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -175,16 +175,14 @@
175175
{
176176
"name": "logging.pattern.console",
177177
"type": "java.lang.String",
178-
"description": "Appender pattern for output to the console.",
179-
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener",
180-
"defaultValue": "Varies according to the logging system"
178+
"description": "Appender pattern for output to the console. Its default value varies according to the logging system.",
179+
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener"
181180
},
182181
{
183182
"name": "logging.pattern.correlation",
184183
"type": "java.lang.String",
185-
"description": "Appender pattern for log correlation.",
186-
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener",
187-
"defaultValue": "Varies according to the logging system"
184+
"description": "Appender pattern for log correlation. Its default value varies according to the logging system.",
185+
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener"
188186
},
189187
{
190188
"name": "logging.pattern.dateformat",
@@ -196,9 +194,8 @@
196194
{
197195
"name": "logging.pattern.file",
198196
"type": "java.lang.String",
199-
"description": "Appender pattern for output to a file.",
200-
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener",
201-
"defaultValue": "Varies according to the logging system"
197+
"description": "Appender pattern for output to a file. Its default value varies according to the logging system.",
198+
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener"
202199
},
203200
{
204201
"name": "logging.pattern.level",

0 commit comments

Comments
 (0)