diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-07-22 16:55:54 +0100 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-07-22 16:55:54 +0100 |
commit | 25b32914b72a5f709eca773f3511cc89c2e710c2 (patch) | |
tree | 4dab9e78e4c6b49220a837b38d463328c05e2983 /example.conf | |
parent | 3185e5d746abda1b7f42ecdbd74ec14359fda3bc (diff) | |
parent | fd23821950f0562a8995735105cd31fdc6d55933 (diff) |
merge
Diffstat (limited to 'example.conf')
-rw-r--r-- | example.conf | 14 |
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 +# } } |