From 34d28f48ca1d048ad74b3bb76fc58ad4a9732804 Mon Sep 17 00:00:00 2001 From: leoli <269739606@qq.com> Date: Tue, 27 Aug 2019 14:17:44 +0800 Subject: [PATCH] Fix Undertow access log dir property name in doc See gh-17968 --- .../spring-boot-docs/src/main/asciidoc/howto.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc index 92fce8007e9..32efb03f9ac 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc +++ b/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 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: