Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 143811d7eca3c19d4119a8bb1813820d4a2517f4 (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
#
# Request Log module
#

[depend]
server

[xml]
etc/jetty-requestlog.xml

[files]
logs/

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