Browse Source

Merge pull request #17968 from polarbear567

* pr/17968:
  Fix Undertow access log dir property name in doc

Closes gh-17968
pull/18464/head
Stephane Nicoll 6 years ago
parent
commit
21302df854
  1. 2
      spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc

2
spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc

@ -942,7 +942,7 @@ following example:
Logs are stored in a `logs` directory relative to the working directory of the Logs are stored in a `logs` directory relative to the working directory of the
application. You can customize this location by setting 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: Finally, access logging for Jetty can also be configured as follows:

Loading…
Cancel
Save