Touching up logging.mod
diff --git a/jetty-util/src/main/config/modules/logging.mod b/jetty-util/src/main/config/modules/logging.mod
index ec7d2ca..9d36e2e 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 @@
 # 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