|
175 | 175 | { |
176 | 176 | "name": "logging.pattern.console", |
177 | 177 | "type": "java.lang.String", |
178 | | - "description": "Appender pattern for output to the console. Supported only with the default Logback setup.", |
| 178 | + "description": "Appender pattern for output to the console.", |
179 | 179 | "sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener", |
180 | | - "defaultValue": "%clr(%d{${LOG_DATEFORMAT_PATTERN:-yyyy-MM-dd'T'HH:mm:ss.SSSXXX}}){faint} %clr(${LOG_LEVEL_PATTERN:-%5p}) %clr(${PID:-}){magenta} %clr(---){faint} %clr([%15.15t]){faint} %clr(%-40.40logger{39}){cyan} %clr(:){faint} %m%n${LOG_EXCEPTION_CONVERSION_WORD:-%wEx}" |
| 180 | + "defaultValue": "Varies according to the logging system" |
181 | 181 | }, |
182 | 182 | { |
183 | 183 | "name": "logging.pattern.correlation", |
184 | 184 | "type": "java.lang.String", |
185 | | - "description": "Appender pattern for log correlation. Supported only with the default Logback setup.", |
186 | | - "sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener" |
| 185 | + "description": "Appender pattern for log correlation.", |
| 186 | + "sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener", |
| 187 | + "defaultValue": "Varies according to the logging system" |
187 | 188 | }, |
188 | 189 | { |
189 | 190 | "name": "logging.pattern.dateformat", |
190 | 191 | "type": "java.lang.String", |
191 | | - "description": "Appender pattern for log date format. Supported only with the default Logback setup.", |
| 192 | + "description": "Appender pattern for log date format.", |
192 | 193 | "sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener", |
193 | 194 | "defaultValue": "yyyy-MM-dd'T'HH:mm:ss.SSSXXX" |
194 | 195 | }, |
195 | 196 | { |
196 | 197 | "name": "logging.pattern.file", |
197 | 198 | "type": "java.lang.String", |
198 | | - "description": "Appender pattern for output to a file. Supported only with the default Logback setup.", |
| 199 | + "description": "Appender pattern for output to a file.", |
199 | 200 | "sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener", |
200 | | - "defaultValue": "%d{${LOG_DATEFORMAT_PATTERN:-yyyy-MM-dd'T'HH:mm:ss.SSSXXX}} ${LOG_LEVEL_PATTERN:-%5p} ${PID:-} --- [%t] %-40.40logger{39} : %m%n${LOG_EXCEPTION_CONVERSION_WORD:-%wEx}" |
| 201 | + "defaultValue": "Varies according to the logging system" |
201 | 202 | }, |
202 | 203 | { |
203 | 204 | "name": "logging.pattern.level", |
204 | 205 | "type": "java.lang.String", |
205 | | - "description": "Appender pattern for log level. Supported only with the default Logback setup.", |
| 206 | + "description": "Appender pattern for log level.", |
206 | 207 | "sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener", |
207 | 208 | "defaultValue": "%5p" |
208 | 209 | }, |
|
0 commit comments