Skip to content

Move default value descriptions to "description" in logging property metadata #42848

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down