summaryrefslogtreecommitdiffstats
path: root/bugzilla.pl
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-06-21 23:34:54 +0200
committerDylan William Hardison <dylan@hardison.net>2018-06-28 22:42:01 +0200
commit64c6ae1127b4914fb5504cda61c8b8f691a2b2ec (patch)
tree9a890c849167e210fbcea220d34fabce729e4994 /bugzilla.pl
parentf5b6df17637f54525fdbcb419258ce4874e70ff0 (diff)
downloadbugzilla-64c6ae1127b4914fb5504cda61c8b8f691a2b2ec.tar.gz
bugzilla-64c6ae1127b4914fb5504cda61c8b8f691a2b2ec.tar.xz
fix log messages being duplicated
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');