Skip to content

Commit

Permalink
Fix jetty#7929 requestlog format string commented default
Browse files Browse the repository at this point in the history
Signed-off-by: Padraic Renaghan <padraic@renaghan.com>
  • Loading branch information
prenagha committed Apr 27, 2022
1 parent 0604d8d commit 1369693
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 1369693

Please sign in to comment.