summaryrefslogtreecommitdiffstats
path: root/bugzilla.pl
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-06-22 04:06:31 +0200
committerDylan William Hardison <dylan@hardison.net>2018-06-28 22:42:01 +0200
commitd862c47239d774b2e8a7f6a122ffca7fbced5ab0 (patch)
tree36f4875938ab4d79300d0bccc02afa12e82ed729 /bugzilla.pl
parent9eb1c9325fc0856155c6e9772a5db41d203cada2 (diff)
downloadbugzilla-d862c47239d774b2e8a7f6a122ffca7fbced5ab0.tar.gz
bugzilla-d862c47239d774b2e8a7f6a122ffca7fbced5ab0.tar.xz
don't clear %ENV
Diffstat (limited to 'bugzilla.pl')
-rwxr-xr-xbugzilla.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/bugzilla.pl b/bugzilla.pl
index 769aa1195..41a4d8e6a 100755
--- a/bugzilla.pl
+++ b/bugzilla.pl
@@ -15,7 +15,6 @@ 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');