Skip to content

Commit

Permalink
Merge pull request #7931 from prenagha/jetty-10.0.x
Browse files Browse the repository at this point in the history
Fix #7929 requestlog format string commented default
  • Loading branch information
lachlan-roberts committed Apr 28, 2022
2 parents 0604d8d + 1369693 commit e8c3f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jetty-server/src/main/config/modules/requestlog.mod
Expand Up @@ -19,7 +19,7 @@ logs/
[ini-template]
# tag::documentation[]
## Request log line format string.
# jetty.requestlog.formatString=%a - %u %{dd/MMM/yyyy:HH:mm:ss ZZZ|GMT}t "%r" %s %B "%{Referer}i" "%{User-Agent}i" "%C"
#jetty.requestlog.formatString=%{client}a - %u %{dd/MMM/yyyy:HH:mm:ss ZZZ|GMT}t "%r" %s %O "%{Referer}i" "%{User-Agent}i"

## The logging directory (relative to $JETTY_BASE).
# jetty.requestlog.dir=logs
Expand Down

0 comments on commit e8c3f08

Please sign in to comment.