|
1 | 1 | {"groups": [
|
2 | 2 | {
|
3 | 3 | "name": "logging",
|
4 |
| - "type": "org.springframework.boot.logging.LoggingApplicationListener" |
| 4 | + "type": "org.springframework.boot.context.logging.LoggingApplicationListener" |
5 | 5 | }
|
6 | 6 | ],"properties": [
|
7 | 7 | {
|
|
47 | 47 | "name": "debug",
|
48 | 48 | "type": "java.lang.Boolean",
|
49 | 49 | "description": "Enable debug logs.",
|
50 |
| - "sourceType": "org.springframework.boot.logging.LoggingApplicationListener", |
| 50 | + "sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener", |
51 | 51 | "defaultValue": false
|
52 | 52 | },
|
53 | 53 | {
|
54 | 54 | "name": "logging.config",
|
55 | 55 | "type": "java.lang.String",
|
56 | 56 | "description": "Location of the logging configuration file.",
|
57 |
| - "sourceType": "org.springframework.boot.logging.LoggingApplicationListener" |
| 57 | + "sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener" |
58 | 58 | },
|
59 | 59 | {
|
60 | 60 | "name": "logging.exception-conversion-word",
|
61 | 61 | "type": "java.lang.String",
|
62 | 62 | "description": "Conversion word used when logging exceptions.",
|
63 | 63 | "defaultValue": "%wEx",
|
64 |
| - "sourceType": "org.springframework.boot.logging.LoggingApplicationListener" |
| 64 | + "sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener" |
65 | 65 | },
|
66 | 66 | {
|
67 | 67 | "name": "logging.file",
|
68 | 68 | "type": "java.lang.String",
|
69 | 69 | "description": "Name of the log file. Names can be an exact location or relative to the current directory.",
|
70 |
| - "sourceType": "org.springframework.boot.logging.LoggingApplicationListener" |
| 70 | + "sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener" |
71 | 71 | },
|
72 | 72 | {
|
73 | 73 | "name": "logging.level",
|
74 | 74 | "type": "java.util.Map<java.lang.String,java.lang.String>",
|
75 | 75 | "description": "Log levels severity mapping. Use 'root' for the root logger.",
|
76 |
| - "sourceType": "org.springframework.boot.logging.LoggingApplicationListener" |
| 76 | + "sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener" |
77 | 77 | },
|
78 | 78 | {
|
79 | 79 | "name": "logging.pattern.console",
|
80 | 80 | "type": "java.lang.String",
|
81 | 81 | "description": "Appender pattern for output to the console. Only supported with the default logback setup.",
|
82 |
| - "sourceType": "org.springframework.boot.logging.LoggingApplicationListener", |
| 82 | + "sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener", |
83 | 83 | "defaultValue": "%clr(%d{yyyy-MM-dd HH:mm:ss.SSS}){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}"
|
84 | 84 | },
|
85 | 85 | {
|
86 | 86 | "name": "logging.pattern.file",
|
87 | 87 | "type": "java.lang.String",
|
88 | 88 | "description": "Appender pattern for output to the file. Only supported with the default logback setup.",
|
89 |
| - "sourceType": "org.springframework.boot.logging.LoggingApplicationListener", |
| 89 | + "sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener", |
90 | 90 | "defaultValue": "%d{yyyy-MM-dd HH:mm:ss.SSS} ${LOG_LEVEL_PATTERN:-%5p} ${PID:- } --- [%t] %-40.40logger{39} : %m%n${LOG_EXCEPTION_CONVERSION_WORD:-%wEx}"
|
91 | 91 | },
|
92 | 92 | {
|
93 | 93 | "name": "logging.pattern.level",
|
94 | 94 | "type": "java.lang.String",
|
95 | 95 | "description": "Appender pattern for log level (default %5p). Only supported with the default logback setup.",
|
96 |
| - "sourceType": "org.springframework.boot.logging.LoggingApplicationListener" |
| 96 | + "sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener" |
97 | 97 | },
|
98 | 98 | {
|
99 | 99 | "name": "logging.path",
|
100 | 100 | "type": "java.lang.String",
|
101 | 101 | "description": "Directory where log files are written.",
|
102 |
| - "sourceType": "org.springframework.boot.logging.LoggingApplicationListener" |
| 102 | + "sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener" |
103 | 103 | },
|
104 | 104 | {
|
105 | 105 | "name": "logging.register-shutdown-hook",
|
106 | 106 | "type": "java.lang.Boolean",
|
107 | 107 | "description": "Register a shutdown hook for the logging system when it is initialized.",
|
108 |
| - "sourceType": "org.springframework.boot.logging.LoggingApplicationListener" |
| 108 | + "sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener" |
109 | 109 | },
|
110 | 110 | {
|
111 | 111 | "name": "spring.mandatory-file-encoding",
|
|
218 | 218 | "name": "trace",
|
219 | 219 | "type": "java.lang.Boolean",
|
220 | 220 | "description": "Enable trace logs.",
|
221 |
| - "sourceType": "org.springframework.boot.logging.LoggingApplicationListener", |
| 221 | + "sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener", |
222 | 222 | "defaultValue": false
|
223 | 223 | }
|
224 | 224 | ],"hints": [
|
|
0 commit comments