Skip to content

Commit

Permalink
Issue #6008 - add default ini line for jetty.requestlog.dir
Browse files Browse the repository at this point in the history
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
  • Loading branch information
lachlan-roberts committed Mar 10, 2021
1 parent c1215e4 commit 671a76c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jetty-server/src/main/config/modules/requestlog.mod
Expand Up @@ -16,6 +16,9 @@ etc/jetty-requestlog.xml
[files]
logs/

[ini]
jetty.requestlog.dir?=logs

[ini-template]
## 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"
Expand Down

0 comments on commit 671a76c

Please sign in to comment.