|
168 | 168 | {
|
169 | 169 | "name": "logging.pattern.console",
|
170 | 170 | "type": "java.lang.String",
|
171 |
| - "description": "Appender pattern for output to the console.", |
172 |
| - "sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener", |
173 |
| - "defaultValue": "Varies according to the logging system" |
| 171 | + "description": "Appender pattern for output to the console. Its default value varies according to the logging system.", |
| 172 | + "sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener" |
174 | 173 | },
|
175 | 174 | {
|
176 | 175 | "name": "logging.pattern.correlation",
|
177 | 176 | "type": "java.lang.String",
|
178 |
| - "description": "Appender pattern for log correlation.", |
179 |
| - "sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener", |
180 |
| - "defaultValue": "Varies according to the logging system" |
| 177 | + "description": "Appender pattern for log correlation. Its default value varies according to the logging system.", |
| 178 | + "sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener" |
181 | 179 | },
|
182 | 180 | {
|
183 | 181 | "name": "logging.pattern.dateformat",
|
|
189 | 187 | {
|
190 | 188 | "name": "logging.pattern.file",
|
191 | 189 | "type": "java.lang.String",
|
192 |
| - "description": "Appender pattern for output to a file.", |
193 |
| - "sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener", |
194 |
| - "defaultValue": "Varies according to the logging system" |
| 190 | + "description": "Appender pattern for output to a file. Its default value varies according to the logging system.", |
| 191 | + "sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener" |
195 | 192 | },
|
196 | 193 | {
|
197 | 194 | "name": "logging.pattern.level",
|
|
0 commit comments