Skip to content

Commit

Permalink
Merge branch '3.0.x' into 3.1.x
Browse files Browse the repository at this point in the history
Closes gh-38424
  • Loading branch information
philwebb committed Nov 21, 2023
2 parents f68df82 + 1e4d605 commit 092428e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ For instance, the following settings log access on Tomcat with a {tomcat-docs}/c
basedir: "my-tomcat"
accesslog:
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.
Expand All @@ -387,7 +387,7 @@ Access logging for Undertow can be configured in a similar fashion, as shown in
undertow:
accesslog:
enabled: true
pattern: "%t %a %r %s (%D ms)"
pattern: "%t %a %r %s (%D milliseconds)"
options:
server:
record-request-start-time: true
Expand Down

0 comments on commit 092428e

Please sign in to comment.