Skip to content

Commit

Permalink
Set error_log configuration for containerization
Browse files Browse the repository at this point in the history
  • Loading branch information
mxr576 authored Jan 18, 2023
1 parent d86ed4f commit 35b3657
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images/php-fpm/00-lagoon-php.ini.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 35b3657

Please sign in to comment.