File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-boot-docs/src/main/asciidoc Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,8 +75,8 @@ NOTE: Spring Boot provides numerous `FailureAnalyzer` implementations and you ca
75
75
76
76
If no failure analyzers are able to handle the exception, you can still display the full
77
77
auto-configuration report to better understand what went wrong. To do so you need to
78
- <<# boot-features-external-config,enable the `debug` property>> or
79
- <<# boot-features-custom-log-levels,enable `DEBUG` logging>> for
78
+ <<boot-features-external-config,enable the `debug` property>> or
79
+ <<boot-features-custom-log-levels,enable `DEBUG` logging>> for
80
80
`org.springframework.boot.autoconfigure.logging.AutoConfigurationReportLoggingInitializer`.
81
81
82
82
For instance, if you are running your application using `java -jar` you can enable the
You can’t perform that action at this time.
0 commit comments