From 6ec1ac0aa0908e5e94f05223ab67c6f97129cade Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 17 Sep 2016 08:04:00 +0200 Subject: [PATCH] Fix doc syntax See gh-6593 --- spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index 63ae74c0439..243dac54bad 100644 --- a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -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 +<> or +<> for `org.springframework.boot.autoconfigure.logging.AutoConfigurationReportLoggingInitializer`. For instance, if you are running your application using `java -jar` you can enable the