Skip to content

Commit

Permalink
Merge branch '3.2.x' into 3.3.x
Browse files Browse the repository at this point in the history
Closes gh-42881
  • Loading branch information
mhalbritter committed Oct 25, 2024
2 parents afd0b45 + 4718485 commit 8556001
Showing 1 changed file with 6 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,16 +168,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",
Expand All @@ -189,9 +187,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",
Expand Down

0 comments on commit 8556001

Please sign in to comment.