Polish doc

This commit is contained in:
Stephane Nicoll
2017-04-27 14:19:16 +02:00
parent 227bcf44da
commit df388aaaf9

View File

@@ -670,7 +670,7 @@ Finally, access logging for jetty can also be configured that way:
[source,properties,indent=0,subs="verbatim,quotes,attributes"]
----
server.jetty.accesslog.enabled=true
server.jetty.accesslog.filename=access-log
server.jetty.accesslog.filename=/var/log/jetty-access.log
----
By default, logs will be redirected to `System.err`. For more details, please refer to