From 51c133fa1ef964f5b09ac096cefbdd02cf416200 Mon Sep 17 00:00:00 2001 From: Patrick Donelan Date: Mon, 1 Dec 2008 06:03:41 +0000 Subject: [PATCH] Made log.conf.original comment consistent with what log4perl configuration actually does (WARNings are not captured). --- etc/log.conf.original | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/log.conf.original b/etc/log.conf.original index dfcd9c3cb..ab64ca799 100644 --- a/etc/log.conf.original +++ b/etc/log.conf.original @@ -1,5 +1,5 @@ # WebGUI uses the log4perl logging system. This default configuration file -# will work out of the box and will log only warnings and errors to +# will work out of the box and will log only ERROR and FATAL level messages to # /var/log/webgui.log. This is only the beginning of what this logging # system is capable of. To unleash the full power read the config file manual # http://log4perl.sourceforge.net/releases/Log-Log4perl/docs/html/Log/Log4perl/Config.html