From: Dylan William Hardison Date: Tue, 6 Mar 2018 15:10:12 +0000 (-0500) Subject: remove interactive logging from prod X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=063577722fff7ae032d7c980894f1505cb1bb79f;p=thirdparty%2Fbugzilla.git remove interactive logging from prod --- diff --git a/conf/log4perl-syslog.conf b/conf/log4perl-syslog.conf index c21c240d8..fa7f37fbe 100644 --- a/conf/log4perl-syslog.conf +++ b/conf/log4perl-syslog.conf @@ -6,9 +6,3 @@ log4perl.appender.Syslog.facility = local4 log4perl.appender.Syslog.logopt = cons,pid log4perl.appender.Syslog.layout = Log::Log4perl::Layout::PatternLayout log4perl.appender.Syslog.layout.ConversionPattern = [%c] %m{chomp}%n - -log4perl.filter.IS_INTERACTIVE = sub { Bugzilla::Logging::is_interactive() } -log4perl.appender.Screen = Log::Log4perl::Appender::Screen -log4perl.appender.Screen.Filter = IS_INTERACTIVE -log4perl.appender.Screen.layout = Log::Log4perl::Layout::PatternLayout -log4perl.appender.Screen.layout.ConversionPattern = %-5.5p [%d] [%c] %m{chomp} at %F line %L (%M)%n