Fix Undertow access log dir property name in doc

See gh-17968
This commit is contained in:
leoli 2019-08-27 14:17:44 +08:00 committed by Stephane Nicoll
parent 4c446c38a6
commit 34d28f48ca

View File

@ -942,7 +942,7 @@ following example:
Logs are stored in a `logs` directory relative to the working directory of the
application. You can customize this location by setting the
`server.undertow.accesslog.directory` property.
`server.undertow.accesslog.dir` property.
Finally, access logging for Jetty can also be configured as follows: