Fix reference to AutoConfigurationReportLoggingInitializer in docs

Closes gh-11026
pull/10853/merge
Stephane Nicoll 7 years ago
parent 5f5e7e5089
commit 370453c765

@ -74,10 +74,10 @@ NOTE: Spring Boot provides numerous `FailureAnalyzer` implementations, and you c
<<howto.adoc#howto-failure-analyzer,add your own>>.
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
conditions 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
`org.springframework.boot.autoconfigure.logging.AutoConfigurationReportLoggingInitializer`.
`org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener`.
For instance, if you are running your application by using `java -jar`, you can enable
the `debug` property as follows:

@ -454,7 +454,7 @@ add your own `DataSource` bean, the default embedded database support backs away
If you need to find out what auto-configuration is currently being applied, and why,
start your application with the `--debug` switch. Doing so enables debug logs for a
selection of core loggers and logs an auto-configuration report to the console.
selection of core loggers and logs a conditions report to the console.

Loading…
Cancel
Save