Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 43e1e004ed0078bdb7d07466dcd47936430c63e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#
# Request Log module
#

[depend]
server

[xml]
etc/jetty-requestlog.xml

[files]
logs/

[ini-template]
## Request Log Configuration
# How many days to retain the logs
# requestlog.retain=90
# If an existing log with the same name is found, just append to it
# requestlog.append=true
# Use the extended log output
# requestlog.extended=true
# Log http cookie information as well
# requestlog.cookies=true
# Set the log output timezone
# requestlog.timezone=GMT

Back to the top