Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 0141699461e19fe059f289dedf405c109f145ef9 (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
#
# Debug module
#

[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