From 3208c1485da1b7dd962a243cdb0edf10ecf5af45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dezs=C5=91=20BICZ=C3=93?= Date: Wed, 18 Jan 2023 16:01:23 +0100 Subject: [PATCH] Set error_log location for containerization --- images/php-fpm/00-lagoon-php.ini.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/images/php-fpm/00-lagoon-php.ini.tpl b/images/php-fpm/00-lagoon-php.ini.tpl index c90466988..99f9ad3e8 100644 --- a/images/php-fpm/00-lagoon-php.ini.tpl +++ b/images/php-fpm/00-lagoon-php.ini.tpl @@ -8,6 +8,7 @@ display_startup_errors = ${PHP_DISPLAY_STARTUP_ERRORS:-Off} auto_prepend_file = ${PHP_AUTO_PREPEND_FILE:-none} auto_append_file = ${PHP_AUTO_APPEND_FILE:-none} error_reporting = ${PHP_ERROR_REPORTING:-E_ALL & ~E_DEPRECATED & ~E_STRICT} +error_log=${PHP_ERROR_LOG:/proc/self/fd/2} [APC] apc.shm_size = ${PHP_APC_SHM_SIZE:-32m}