Updated customrequestlog module defaults for timezone

Signed-off-by: Greg Wilkins <gregw@webtide.com>
This commit is contained in:
Greg Wilkins 2018-11-29 10:34:42 +01:00
parent e7d4f55891
commit fc39e96653
1 changed files with 2 additions and 2 deletions

View File

@ -34,8 +34,8 @@ logs/
## Whether to append to existing file
# jetty.requestlog.append=false
## Timezone of the log entries
## Timezone of the log file rollover
# jetty.requestlog.timezone=GMT
## Format string
# jetty.requestlog.formatString=%a - %u %t "%r" %s %B "%{Referer}i" "%{User-Agent}i" "%C"
# jetty.requestlog.formatString=%a - %u %{dd/MMM/yyyy:HH:mm:ss ZZZ|GMT}t "%r" %s %B "%{Referer}i" "%{User-Agent}i" "%C"