Skip to content

Commit 21302df

Browse files
committed
Merge pull request #17968 from polarbear567
* pr/17968: Fix Undertow access log dir property name in doc Closes gh-17968
2 parents 4c446c3 + 34d28f4 commit 21302df

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-docs/src/main/asciidoc

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -942,7 +942,7 @@ following example:
942942

943943
Logs are stored in a `logs` directory relative to the working directory of the
944944
application. You can customize this location by setting the
945-
`server.undertow.accesslog.directory` property.
945+
`server.undertow.accesslog.dir` property.
946946

947947
Finally, access logging for Jetty can also be configured as follows:
948948

0 commit comments

Comments
 (0)