diff options
-rw-r--r-- | conf/log4perl-syslog.conf | 6 |
1 files changed, 0 insertions, 6 deletions
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 |