Skip to content

Commit 1e4d605

Browse files
committed
Merge pull request #38403 from jonatan-ivanov
* pr/38403: Update access log pattern to align with Tomcat 10 Closes gh-38403
2 parents a1db63b + d5c22b9 commit 1e4d605

File tree

1 file changed

+2
-2
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ For instance, the following settings log access on Tomcat with a {tomcat-docs}/c
362362
basedir: "my-tomcat"
363363
accesslog:
364364
enabled: true
365-
pattern: "%t %a %r %s (%D ms)"
365+
pattern: "%t %a %r %s (%D microseconds)"
366366
----
367367

368368
NOTE: The default location for logs is a `logs` directory relative to the Tomcat base directory.
@@ -377,7 +377,7 @@ Access logging for Undertow can be configured in a similar fashion, as shown in
377377
undertow:
378378
accesslog:
379379
enabled: true
380-
pattern: "%t %a %r %s (%D ms)"
380+
pattern: "%t %a %r %s (%D milliseconds)"
381381
options:
382382
server:
383383
record-request-start-time: true

0 commit comments

Comments
 (0)