diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-03-01 03:55:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-01 03:55:10 +0100 |
commit | fb85881651195cd97ef1499136e947dd56c3b4f3 (patch) | |
tree | 983c8827473da442fe8b685709eaacf496ba9ee8 /Dockerfile | |
parent | 48f08ef18983729dbdcd1af9468fb4ea1ee25fbe (diff) | |
download | bugzilla-fb85881651195cd97ef1499136e947dd56c3b4f3.tar.gz bugzilla-fb85881651195cd97ef1499136e947dd56c3b4f3.tar.xz |
Bug 1437646 - add support for Log::Log4perl
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile index 8b82ac6ff..ac101bb94 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,7 @@ ENV CI=${CI} ENV CIRCLE_BUILD_URL=${CIRCLE_BUILD_URL} ENV CIRCLE_SHA1=${CIRCLE_SHA1} +ENV LOG4PERL_CONFIG_FILE=log4perl-json.conf ENV HTTPD_StartServers=8 ENV HTTPD_MinSpareServers=5 ENV HTTPD_MaxSpareServers=20 |