Polish doc
Closes gh-5375
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user