Fix doc syntax

See gh-6593
This commit is contained in:
Stephane Nicoll 2016-09-17 08:04:00 +02:00
parent 0eab3e0c5a
commit 6ec1ac0aa0
1 changed files with 2 additions and 2 deletions

View File

@ -75,8 +75,8 @@ NOTE: Spring Boot provides numerous `FailureAnalyzer` implementations and you ca
If no failure analyzers are able to handle the exception, you can still display the full
auto-configuration report to better understand what went wrong. To do so you need to
<<#boot-features-external-config,enable the `debug` property>> or
<<#boot-features-custom-log-levels,enable `DEBUG` logging>> for
<<boot-features-external-config,enable the `debug` property>> or
<<boot-features-custom-log-levels,enable `DEBUG` logging>> for
`org.springframework.boot.autoconfigure.logging.AutoConfigurationReportLoggingInitializer`.
For instance, if you are running your application using `java -jar` you can enable the