|  | 
| 168 | 168 |  { | 
| 169 | 169 |  "name": "logging.pattern.console", | 
| 170 | 170 |  "type": "java.lang.String", | 
| 171 |  | - "description": "Appender pattern for output to the console. Supported only with the default Logback setup.", | 
|  | 171 | + "description": "Appender pattern for output to the console.", | 
| 172 | 172 |  "sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener", | 
| 173 |  | - "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}" | 
|  | 173 | + "defaultValue": "Varies according to the logging system" | 
| 174 | 174 |  }, | 
| 175 | 175 |  { | 
| 176 | 176 |  "name": "logging.pattern.correlation", | 
| 177 | 177 |  "type": "java.lang.String", | 
| 178 |  | - "description": "Appender pattern for log correlation. Supported only with the default Logback setup.", | 
| 179 |  | - "sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener" | 
|  | 178 | + "description": "Appender pattern for log correlation.", | 
|  | 179 | + "sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener", | 
|  | 180 | + "defaultValue": "Varies according to the logging system" | 
| 180 | 181 |  }, | 
| 181 | 182 |  { | 
| 182 | 183 |  "name": "logging.pattern.dateformat", | 
| 183 | 184 |  "type": "java.lang.String", | 
| 184 |  | - "description": "Appender pattern for log date format. Supported only with the default Logback setup.", | 
|  | 185 | + "description": "Appender pattern for log date format.", | 
| 185 | 186 |  "sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener", | 
| 186 | 187 |  "defaultValue": "yyyy-MM-dd'T'HH:mm:ss.SSSXXX" | 
| 187 | 188 |  }, | 
| 188 | 189 |  { | 
| 189 | 190 |  "name": "logging.pattern.file", | 
| 190 | 191 |  "type": "java.lang.String", | 
| 191 |  | - "description": "Appender pattern for output to a file. Supported only with the default Logback setup.", | 
|  | 192 | + "description": "Appender pattern for output to a file.", | 
| 192 | 193 |  "sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener", | 
| 193 |  | - "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}" | 
|  | 194 | + "defaultValue": "Varies according to the logging system" | 
| 194 | 195 |  }, | 
| 195 | 196 |  { | 
| 196 | 197 |  "name": "logging.pattern.level", | 
| 197 | 198 |  "type": "java.lang.String", | 
| 198 |  | - "description": "Appender pattern for log level. Supported only with the default Logback setup.", | 
|  | 199 | + "description": "Appender pattern for log level.", | 
| 199 | 200 |  "sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener", | 
| 200 | 201 |  "defaultValue": "%5p" | 
| 201 | 202 |  }, | 
|  | 
0 commit comments