From 62b09b41166ef71345a636cebe1dc7f84a1f127e Mon Sep 17 00:00:00 2001 From: JT Smith Date: Tue, 23 Oct 2007 15:17:39 +0000 Subject: [PATCH] rfe: Default log level to ERROR --- docs/changelog/7.x.x.txt | 1 + etc/log.conf.original | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 449cc4ee2..a42c66617 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -1,4 +1,5 @@ 7.5.0 + - rfe: Default log level to ERROR - Added link to return to inbox from message in inbox message template (Diona Kidd, Knowmad Technologies) - fix: Cannot delete private message (Diona Kidd, Knowmad Technologies) - fix: Delete this entry link in data form header broken diff --git a/etc/log.conf.original b/etc/log.conf.original index 7ac7bdb59..dfcd9c3cb 100644 --- a/etc/log.conf.original +++ b/etc/log.conf.original @@ -4,7 +4,7 @@ # 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 -log4perl.logger = WARN, mainlog +log4perl.logger = ERROR, mainlog log4perl.appender.mainlog = Log::Log4perl::Appender::File log4perl.appender.mainlog.filename = /var/log/webgui.log log4perl.appender.mainlog.layout = PatternLayout