Merge pull request #781 from gerjantd/docfix
* docfix: Minor documentation fixes
This commit is contained in:
commit
5f02a67d8d
|
@ -693,7 +693,7 @@ The following items are output:
|
|||
|
||||
[[boot-features-logging-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
|
||||
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
|
|||
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
|
||||
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.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue