Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2013-11-07 00:30:39 +0000
committerJoakim Erdfelt2013-11-07 00:30:49 +0000
commitb786fd74d0ac6d942b0ba18d22ed1cf7d96b2a9b (patch)
tree3e89496c7a63a094105a03149830185c3fe89794 /jetty-util
parentd426138d0bf626c17e81c4173ae3a44ddb5c79ab (diff)
downloadorg.eclipse.jetty.project-b786fd74d0ac6d942b0ba18d22ed1cf7d96b2a9b.tar.gz
org.eclipse.jetty.project-b786fd74d0ac6d942b0ba18d22ed1cf7d96b2a9b.tar.xz
org.eclipse.jetty.project-b786fd74d0ac6d942b0ba18d22ed1cf7d96b2a9b.zip
Touching up logging.mod
Diffstat (limited to 'jetty-util')
-rw-r--r--jetty-util/src/main/config/modules/logging.mod6
1 files changed, 6 insertions, 0 deletions
diff --git a/jetty-util/src/main/config/modules/logging.mod b/jetty-util/src/main/config/modules/logging.mod
index ec7d2ca4ea..9d36e2ed2d 100644
--- a/jetty-util/src/main/config/modules/logging.mod
+++ b/jetty-util/src/main/config/modules/logging.mod
@@ -5,6 +5,9 @@
[xml]
etc/jetty-logging.xml
+[files]
+logs/
+
[ini-template]
## Logging Configuration
# Configure jetty logging for default internal behavior STDERR output
@@ -19,3 +22,6 @@ etc/jetty-logging.xml
# STDERR / STDOUT Logging
# Number of days to retain logs
# jetty.log.retain=90
+# Directory for logging output
+# Either a path relative to ${jetty.base} or an absolute path
+# jetty.logs=logs

Back to the top