diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-03-06 16:10:12 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-03-06 16:10:12 +0100 |
commit | 063577722fff7ae032d7c980894f1505cb1bb79f (patch) | |
tree | 2b2ef0cc0f73b0783594493549cdf5526f1f08b5 | |
parent | 6ef6d537b5f0d14b80acea3c918802874e90fc3e (diff) | |
download | bugzilla-063577722fff7ae032d7c980894f1505cb1bb79f.tar.gz bugzilla-063577722fff7ae032d7c980894f1505cb1bb79f.tar.xz |
remove interactive logging from prod
-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 |