|
175 | 175 | { |
176 | 176 | "name": "logging.pattern.console", |
177 | 177 | "type": "java.lang.String", |
178 | | - "description": "Appender pattern for output to the console.", |
179 | | - "sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener", |
180 | | - "defaultValue": "Varies according to the logging system" |
| 178 | + "description": "Appender pattern for output to the console. Its default value varies according to the logging system.", |
| 179 | + "sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener" |
181 | 180 | }, |
182 | 181 | { |
183 | 182 | "name": "logging.pattern.correlation", |
184 | 183 | "type": "java.lang.String", |
185 | | - "description": "Appender pattern for log correlation.", |
186 | | - "sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener", |
187 | | - "defaultValue": "Varies according to the logging system" |
| 184 | + "description": "Appender pattern for log correlation. Its default value varies according to the logging system.", |
| 185 | + "sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener" |
188 | 186 | }, |
189 | 187 | { |
190 | 188 | "name": "logging.pattern.dateformat", |
|
196 | 194 | { |
197 | 195 | "name": "logging.pattern.file", |
198 | 196 | "type": "java.lang.String", |
199 | | - "description": "Appender pattern for output to a file.", |
200 | | - "sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener", |
201 | | - "defaultValue": "Varies according to the logging system" |
| 197 | + "description": "Appender pattern for output to a file. Its default value varies according to the logging system.", |
| 198 | + "sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener" |
202 | 199 | }, |
203 | 200 | { |
204 | 201 | "name": "logging.pattern.level", |
|
0 commit comments