Skip to content

Commit db54432

Browse files
committed
Merge branch '3.2.x' into 3.3.x
Closes gh-41989
2 parents 8bd827e + 1a6b3a5 commit db54432

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

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

+9-8
Original file line numberDiff line numberDiff line change
@@ -168,34 +168,35 @@
168168
{
169169
"name": "logging.pattern.console",
170170
"type": "java.lang.String",
171-
"description": "Appender pattern for output to the console. Supported only with the default Logback setup.",
171+
"description": "Appender pattern for output to the console.",
172172
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener",
173-
"defaultValue": "%clr(%d{${LOG_DATEFORMAT_PATTERN:-yyyy-MM-dd'T'HH:mm:ss.SSSXXX}}){faint} %clr(${LOG_LEVEL_PATTERN:-%5p}) %clr(${PID:- }){magenta} %clr(---){faint} %clr([%15.15t]){faint} %clr(%-40.40logger{39}){cyan} %clr(:){faint} %m%n${LOG_EXCEPTION_CONVERSION_WORD:-%wEx}"
173+
"defaultValue": "Varies according to the logging system"
174174
},
175175
{
176176
"name": "logging.pattern.correlation",
177177
"type": "java.lang.String",
178-
"description": "Appender pattern for log correlation. Supported only with the default Logback setup.",
179-
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener"
178+
"description": "Appender pattern for log correlation.",
179+
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener",
180+
"defaultValue": "Varies according to the logging system"
180181
},
181182
{
182183
"name": "logging.pattern.dateformat",
183184
"type": "java.lang.String",
184-
"description": "Appender pattern for log date format. Supported only with the default Logback setup.",
185+
"description": "Appender pattern for log date format.",
185186
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener",
186187
"defaultValue": "yyyy-MM-dd'T'HH:mm:ss.SSSXXX"
187188
},
188189
{
189190
"name": "logging.pattern.file",
190191
"type": "java.lang.String",
191-
"description": "Appender pattern for output to a file. Supported only with the default Logback setup.",
192+
"description": "Appender pattern for output to a file.",
192193
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener",
193-
"defaultValue": "%d{${LOG_DATEFORMAT_PATTERN:-yyyy-MM-dd'T'HH:mm:ss.SSSXXX}} ${LOG_LEVEL_PATTERN:-%5p} ${PID:- } --- [%t] %-40.40logger{39} : %m%n${LOG_EXCEPTION_CONVERSION_WORD:-%wEx}"
194+
"defaultValue": "Varies according to the logging system"
194195
},
195196
{
196197
"name": "logging.pattern.level",
197198
"type": "java.lang.String",
198-
"description": "Appender pattern for log level. Supported only with the default Logback setup.",
199+
"description": "Appender pattern for log level.",
199200
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener",
200201
"defaultValue": "%5p"
201202
},

0 commit comments

Comments
 (0)