Merge pull request #42848 from izeye
* pr/42848: Move default value descriptions to description field Closes gh-42848
This commit is contained in:
commit
4718485c7d
|
@ -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",
|
||||
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue