From 64c6ae1127b4914fb5504cda61c8b8f691a2b2ec Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Thu, 21 Jun 2018 17:34:54 -0400 Subject: fix log messages being duplicated --- bugzilla.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'bugzilla.pl') 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'); -- cgit v1.2.3-24-g4f1b