From ab5568e6e6639e48825ee98fe5dbe72665923b78 Mon Sep 17 00:00:00 2001 From: Agustin Gomes Date: Wed, 23 Dec 2020 01:43:02 +0100 Subject: [PATCH] add log_level --- src/php/fpm/conf/zz-docker.conf.template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/php/fpm/conf/zz-docker.conf.template b/src/php/fpm/conf/zz-docker.conf.template index cc46196c..9f3f1436 100644 --- a/src/php/fpm/conf/zz-docker.conf.template +++ b/src/php/fpm/conf/zz-docker.conf.template @@ -1,6 +1,9 @@ [global] daemonize = no +; Log level - wip - has to be in global +log_level = ${PHP_FPM_GLOBAL_LOG_LEVEL} + [www] ; Choose how the process manager will control the number of child processes. ; Possible Values: