aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2011-03-22 18:32:48 +0100
committerChristian Ruppert <idl0r@gentoo.org>2011-03-22 18:32:48 +0100
commit99d5fd9389d9f20c94a233a4394e18771d04a587 (patch)
treecd031a0fde54a4c73c95aab30de91aaa78c99769 /mod_perl.pl
parentReload apache due to mod_perl (diff)
downloadbugzilla-99d5fd9389d9f20c94a233a4394e18771d04a587.tar.gz
bugzilla-99d5fd9389d9f20c94a233a4394e18771d04a587.tar.bz2
bugzilla-99d5fd9389d9f20c94a233a4394e18771d04a587.zip
Use apache's ErrorLog
Diffstat (limited to 'mod_perl.pl')
-rw-r--r--mod_perl.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/mod_perl.pl b/mod_perl.pl
index f96156724..393c1519f 100644
--- a/mod_perl.pl
+++ b/mod_perl.pl
@@ -56,6 +56,9 @@ use Bugzilla::Mailer ();
use Bugzilla::Template ();
use Bugzilla::Util ();
+use Apache2::Log ();
+*CORE::GLOBAL::warn = \&Apache2::ServerRec::warn;
+
use Apache2::SizeLimit;
# This means that every httpd child will die after processing
# a CGI if it is taking up more than 70MB of RAM all by itself.