Minor formatting updates.

Signed-off-by: WalkerWatch <ctwalker@gmail.com>
This commit is contained in:
WalkerWatch 2017-03-15 15:21:39 -04:00
parent 98cc1f7ee1
commit dcfbdf3d33
5 changed files with 27 additions and 25 deletions

View File

@ -45,6 +45,8 @@ The default configuration for logging output will create a file `${jetty.logs}/y
For more advanced logging configurations, please consider use of a separate logging library.
[[stderr-properties]]
==== The jetty-logging.properties File
The recommended way to configure `StdErrLog` is to create a `${jetty.home}/resources/jetty-logging.properties` file, specify the log implementation to `StdErrLog` and then setup logging levels.
[source,properties]