Polish doc

Closes gh-5375
This commit is contained in:
Stephane Nicoll
2016-03-11 11:01:29 +01:00
parent dddea70985
commit 8cb602f2d6
3 changed files with 7 additions and 5 deletions

View File

@@ -1073,7 +1073,7 @@ NOTE: you can also specify `debug=true` in your `application.properties`.
When the debug mode is enabled, a selection of core loggers (embedded container, Hibernate
and Spring) are configured to output more information. Enabling the debug mode does _not_
configure your application log all messages with `DEBUG` level.
configure your application to log all messages with `DEBUG` level.
[[boot-features-logging-color-coded-output]]
==== Color-coded output

View File

@@ -667,8 +667,8 @@ configuration to replace specific parts of the auto-configuration. For example,
you add your own `DataSource` bean, the default embedded database support will back away.
If you need to find out what auto-configuration is currently being applied, and why,
start your application with the `--debug` switch. This will log an auto-configuration
report to the console.
start your application with the `--debug` switch. This will enables debug logs for a
selection of core loggers and log an auto-configuration report to the console.