summaryrefslogtreecommitdiffstats
path: root/conf/log4perl-test.conf
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-06-22 04:06:55 +0200
committerDylan William Hardison <dylan@hardison.net>2018-06-28 22:42:01 +0200
commit3bd7a0919955919072e03490f8ea5f74c5265a3d (patch)
tree8154044a4082b5dc9a97d5cafdc34f64a495cb86 /conf/log4perl-test.conf
parentd862c47239d774b2e8a7f6a122ffca7fbced5ab0 (diff)
downloadbugzilla-3bd7a0919955919072e03490f8ea5f74c5265a3d.tar.gz
bugzilla-3bd7a0919955919072e03490f8ea5f74c5265a3d.tar.xz
Revert "test test, is this thing on?"
Diffstat (limited to 'conf/log4perl-test.conf')
-rw-r--r--conf/log4perl-test.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/log4perl-test.conf b/conf/log4perl-test.conf
index 7e185b20f..1760279db 100644
--- a/conf/log4perl-test.conf
+++ b/conf/log4perl-test.conf
@@ -6,7 +6,7 @@ log4perl.appender.Cereal.defer_connection=1
log4perl.appender.Cereal.layout = Log::Log4perl::Layout::PatternLayout
log4perl.appender.Cereal.layout.ConversionPattern = %X{request_id} %d %6p | %c | %m{chomp}%n
-log4perl.filter.LOG_TO_STDERR = sub { 0 }
+log4perl.filter.LOG_TO_STDERR = sub { not $ENV{LOG4PERL_STDERR_DISABLE} }
log4perl.appender.Screen = Log::Log4perl::Appender::Screen
log4perl.appender.Screen.Filter = LOG_TO_STDERR
log4perl.appender.Screen.stderr = 1