aboutsummaryrefslogtreecommitdiff
path: root/example.conf
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2011-07-22 16:55:54 +0100
committerPatrick J Cherry <patrick@bytemark.co.uk>2011-07-22 16:55:54 +0100
commit25b32914b72a5f709eca773f3511cc89c2e710c2 (patch)
tree4dab9e78e4c6b49220a837b38d463328c05e2983 /example.conf
parent3185e5d746abda1b7f42ecdbd74ec14359fda3bc (diff)
parentfd23821950f0562a8995735105cd31fdc6d55933 (diff)
merge
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
+# }
}