Commit 904804d7 authored by Ger-Jan te Dorsthorst's avatar Ger-Jan te Dorsthorst Committed by Phillip Webb

Minor documentation fixes

Fixes gh-781
parent a330cb9b
...@@ -693,7 +693,7 @@ The following items are output: ...@@ -693,7 +693,7 @@ The following items are output:
[[boot-features-logging-console-output]] [[boot-features-logging-console-output]]
=== Console output === Console output
The default log configuration will echo messages to the console as they written. By The default log configuration will echo messages to the console as they are written. By
default `ERROR`, `WARN` and `INFO` level messages are logged. To also log `DEBUG` level default `ERROR`, `WARN` and `INFO` level messages are logged. To also log `DEBUG` level
messages to the console you can start your application with a `--debug` flag. messages to the console you can start your application with a `--debug` flag.
......
...@@ -524,7 +524,7 @@ http://maven.apache.org/plugins/maven-idea-plugin/[IDEA]; Gradle offers plugins ...@@ -524,7 +524,7 @@ http://maven.apache.org/plugins/maven-idea-plugin/[IDEA]; Gradle offers plugins
for http://www.gradle.org/docs/current/userguide/ide_support.html[various IDEs]. for http://www.gradle.org/docs/current/userguide/ide_support.html[various IDEs].
TIP: If you accidentally run a web application twice you will see a ``Port already in TIP: If you accidentally run a web application twice you will see a ``Port already in
use'' error. STS users can use the `Relauch` button rather than `Run` to ensure that use'' error. STS users can use the `Relaunch` button rather than `Run` to ensure that
any existing instance is closed. any existing instance is closed.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment