Commit df388aaa authored by Stephane Nicoll's avatar Stephane Nicoll

Polish doc

parent 227bcf44
...@@ -670,7 +670,7 @@ Finally, access logging for jetty can also be configured that way: ...@@ -670,7 +670,7 @@ Finally, access logging for jetty can also be configured that way:
[source,properties,indent=0,subs="verbatim,quotes,attributes"] [source,properties,indent=0,subs="verbatim,quotes,attributes"]
---- ----
server.jetty.accesslog.enabled=true 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 By default, logs will be redirected to `System.err`. For more details, please refer to
......
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