diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-04-10 04:51:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-10 04:51:08 +0200 |
commit | 694df9c1c6ec244c416c2d8e85657651b6a28dab (patch) | |
tree | 2985dfd5ed865d9b2192982196e846efc0c56656 /conf | |
parent | 755bc194dcea3481fa41b5884a98a5aa086fe09e (diff) | |
download | bugzilla-694df9c1c6ec244c416c2d8e85657651b6a28dab.tar.gz bugzilla-694df9c1c6ec244c416c2d8e85657651b6a28dab.tar.xz |
Bug 1450679 - Replace custom Sentry integration with Logging
Diffstat (limited to 'conf')
-rw-r--r-- | conf/log4perl-test.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/log4perl-test.conf b/conf/log4perl-test.conf index 65558ba4f..34b163073 100644 --- a/conf/log4perl-test.conf +++ b/conf/log4perl-test.conf @@ -16,3 +16,5 @@ log4perl.appender.File = Log::Log4perl::Appender::File log4perl.appender.File.layout = Log::Log4perl::Layout::Mozilla log4perl.appender.File.filename = /app/bugzilla.log log4perl.appender.File.mode = append +log4perl.appender.File.syswrite = 1 +log4perl.appender.File.autoflush = 1 |