From fd23821950f0562a8995735105cd31fdc6d55933 Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Fri, 22 Jul 2011 16:55:01 +0100 Subject: * 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 --- example.conf | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'example.conf') 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 +# } } -- cgit v1.2.1