diff options
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 +# } } |