diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-03-06 16:11:44 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-03-06 16:11:44 +0100 |
commit | 7f29ad02b3c67a44a5d5d4c58d4f158be8e9aa6f (patch) | |
tree | 3ee5a0ed5b7392a0bafa7798268cace415d4cc3a | |
parent | 063577722fff7ae032d7c980894f1505cb1bb79f (diff) | |
download | bugzilla-7f29ad02b3c67a44a5d5d4c58d4f158be8e9aa6f.tar.gz bugzilla-7f29ad02b3c67a44a5d5d4c58d4f158be8e9aa6f.tar.xz |
remove interactive logging from prod - part 2
-rw-r--r-- | conf/log4perl-syslog.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/log4perl-syslog.conf b/conf/log4perl-syslog.conf index fa7f37fbe..304887748 100644 --- a/conf/log4perl-syslog.conf +++ b/conf/log4perl-syslog.conf @@ -1,4 +1,4 @@ -log4perl.rootLogger = INFO, Syslog, Screen +log4perl.rootLogger = INFO, Syslog log4perl.appender.Syslog = Log::Dispatch::Syslog log4perl.appender.Syslog.min_level = notice log4perl.appender.Syslog.ident = apache |