Merge branch '3.3.x'

Closes gh-42882
This commit is contained in:
Moritz Halbritter 2024-10-25 08:43:20 +02:00
commit 6fce6ffde7
1 changed files with 6 additions and 9 deletions

View File

@ -175,16 +175,14 @@
{
"name": "logging.pattern.console",
"type": "java.lang.String",
"description": "Appender pattern for output to the console.",
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener",
"defaultValue": "Varies according to the logging system"
"description": "Appender pattern for output to the console. Its default value varies according to the logging system.",
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener"
},
{
"name": "logging.pattern.correlation",
"type": "java.lang.String",
"description": "Appender pattern for log correlation.",
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener",
"defaultValue": "Varies according to the logging system"
"description": "Appender pattern for log correlation. Its default value varies according to the logging system.",
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener"
},
{
"name": "logging.pattern.dateformat",
@ -196,9 +194,8 @@
{
"name": "logging.pattern.file",
"type": "java.lang.String",
"description": "Appender pattern for output to a file.",
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener",
"defaultValue": "Varies according to the logging system"
"description": "Appender pattern for output to a file. Its default value varies according to the logging system.",
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener"
},
{
"name": "logging.pattern.level",