tests - increase php logs verbosity for linux tests

This commit is contained in:
bunkerity 2022-08-12 16:11:44 +02:00
parent 331c7e9545
commit 052dc23466
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C
2 changed files with 8 additions and 2 deletions

View File

@ -13,4 +13,7 @@ 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
php_admin_flag[log_errors] = on
access.log = /tmp/php-fpm.access.log
error_log = /tmp/php-fpm.error.log
log_level = debug

View File

@ -13,4 +13,7 @@ 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
php_admin_flag[log_errors] = on
access.log = /tmp/php-fpm.access.log
error_log = /tmp/php-fpm.error.log
log_level = debug