summaryrefslogtreecommitdiffstats
path: root/bugzilla.pl
diff options
context:
space:
mode:
Diffstat (limited to 'bugzilla.pl')
-rwxr-xr-xbugzilla.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/bugzilla.pl b/bugzilla.pl
index 41a4d8e6a..769aa1195 100755
--- a/bugzilla.pl
+++ b/bugzilla.pl
@@ -15,6 +15,7 @@ BEGIN {
use Mojolicious::Commands;
$ENV{MOJO_LISTEN} ||= $ENV{PORT} ? "http://*:$ENV{PORT}" : "http://*:3001";
+$ENV{LOG4PERL_STDERR_DISABLE} = 1;
# Start command line interface for application
Mojolicious::Commands->start_app('Bugzilla::Quantum');