Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 7b75ecc0e79de2bf85b49d3a7d5ffbd799b3f6a1 (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
27
28
29
30
[description]
Enables the DebugListener to generate additional 
logging regarding detailed request handling events.
Renames threads to include request URI.

[depend]
deploy

[files]
logs/

[xml]
etc/jetty-debug.xml

[ini-template]

## How many days to retain old log files
# jetty.debug.retainDays=14

## Timezone of the log entries
# jetty.debug.timezone=GMT

## Show Request/Response headers
# jetty.debug.showHeaders=true

## Rename threads while in context scope
# jetty.debug.renameThread=false

## Dump context as deployed
# jetty.debug.dumpContext=true

Back to the top