Merge branch '3.0.x' into 3.1.x

Closes gh-38424
This commit is contained in:
Phillip Webb 2023-11-20 20:35:31 -08:00
commit 092428e752

View File

@ -372,7 +372,7 @@ For instance, the following settings log access on Tomcat with a {tomcat-docs}/c
basedir: "my-tomcat" basedir: "my-tomcat"
accesslog: accesslog:
enabled: true enabled: true
pattern: "%t %a %r %s (%D ms)" pattern: "%t %a %r %s (%D microseconds)"
---- ----
NOTE: The default location for logs is a `logs` directory relative to the Tomcat base directory. NOTE: The default location for logs is a `logs` directory relative to the Tomcat base directory.
@ -387,7 +387,7 @@ Access logging for Undertow can be configured in a similar fashion, as shown in
undertow: undertow:
accesslog: accesslog:
enabled: true enabled: true
pattern: "%t %a %r %s (%D ms)" pattern: "%t %a %r %s (%D milliseconds)"
options: options:
server: server:
record-request-start-time: true record-request-start-time: true