tests - add debug log file for PHP

This commit is contained in:
bunkerity 2022-08-12 15:54:04 +02:00
parent f71ad0f656
commit 331c7e9545
No known key found for this signature in database
GPG key ID: 3D80806F12602A7C
2 changed files with 10 additions and 2 deletions

View file

@ -9,4 +9,8 @@ pm = dynamic
pm.max_children = 5
pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 3
pm.max_spare_servers = 3
catch_workers_output = yes
php_flag[display_errors] = on
php_admin_value[error_log] = /tmp/php-fpm.log
php_admin_flag[log_errors] = on

View file

@ -9,4 +9,8 @@ pm = dynamic
pm.max_children = 5
pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 3
pm.max_spare_servers = 3
catch_workers_output = yes
php_flag[display_errors] = on
php_admin_value[error_log] = /tmp/php-fpm.log
php_admin_flag[log_errors] = on