aboutsummaryrefslogtreecommitdiff
path: root/example.conf
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2011-07-22 16:55:01 +0100
committerPatrick J Cherry <patrick@bytemark.co.uk>2011-07-22 16:55:01 +0100
commitfd23821950f0562a8995735105cd31fdc6d55933 (patch)
tree967df2f5647803a6c46f4d52003b2231c1de72cb /example.conf
parentd3a3cfef9650b08f62db62bd7e86b673f9d77d0b (diff)
* Rejigged configuration
* Added --test and --verbose flags for the server config * Started proper test suite * Config parsing now gives more sensible errors + backtrace * Rejigged people and source lists
Diffstat (limited to 'example.conf')
-rw-r--r--example.conf14
1 files changed, 7 insertions, 7 deletions
diff --git a/example.conf b/example.conf
index c7e86e4..1c80744 100644
--- a/example.conf
+++ b/example.conf
@@ -151,13 +151,13 @@ logger {
level Log4r::DEBUG
}
- outputter("email") {
- server "smtp.example.com"
- subject "Mauve logger output"
- from "#{ENV['USER']}@#{Socket.gethostname}"
- to "awooga@example.com"
- level Log4r::WARN
- }
+# outputter("email") {
+# server "smtp.example.com"
+# subject "Mauve logger output"
+# from "#{ENV['USER']}@#{Socket.gethostname}"
+# to "awooga@example.com"
+# level Log4r::WARN
+# }
}