|
79 | 79 | "defaultValue": "%wEx",
|
80 | 80 | "sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener"
|
81 | 81 | },
|
82 |
| - { |
83 |
| - "name": "logging.file", |
84 |
| - "type": "java.lang.String", |
85 |
| - "description": "Log file name (for instance, `myapp.log`). Names can be an exact location or relative to the current directory.", |
86 |
| - "sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener", |
87 |
| - "deprecation": { |
88 |
| - "replacement": "logging.file.name", |
89 |
| - "level": "error" |
90 |
| - } |
91 |
| - }, |
92 | 82 | {
|
93 | 83 | "name": "logging.file.clean-history-on-start",
|
94 | 84 | "type": "java.lang.Boolean",
|
|
141 | 131 | "description": "Log levels severity mapping. For instance, `logging.level.org.springframework=DEBUG`.",
|
142 | 132 | "sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener"
|
143 | 133 | },
|
144 |
| - { |
145 |
| - "name": "logging.path", |
146 |
| - "type": "java.lang.String", |
147 |
| - "description": "Location of the log file. For instance, `/var/log`.", |
148 |
| - "sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener", |
149 |
| - "deprecation": { |
150 |
| - "replacement": "logging.file.path", |
151 |
| - "level": "error" |
152 |
| - } |
153 |
| - }, |
154 | 134 | {
|
155 | 135 | "name": "logging.pattern.console",
|
156 | 136 | "type": "java.lang.String",
|
|
835 | 815 | "level": "error"
|
836 | 816 | }
|
837 | 817 | },
|
| 818 | + { |
| 819 | + "name": "logging.file", |
| 820 | + "type": "java.lang.String", |
| 821 | + "description": "Log file name (for instance, `myapp.log`). Names can be an exact location or relative to the current directory.", |
| 822 | + "deprecation": { |
| 823 | + "replacement": "logging.file.name", |
| 824 | + "level": "error" |
| 825 | + } |
| 826 | + }, |
| 827 | + { |
| 828 | + "name": "logging.path", |
| 829 | + "type": "java.lang.String", |
| 830 | + "description": "Location of the log file. For instance, `/var/log`.", |
| 831 | + "deprecation": { |
| 832 | + "replacement": "logging.file.path", |
| 833 | + "level": "error" |
| 834 | + } |
| 835 | + }, |
838 | 836 | {
|
839 | 837 | "name": "spring.application.index",
|
840 | 838 | "type": "java.lang.Integer",
|
|
0 commit comments