diff --git a/tests/www-deb.conf b/tests/www-deb.conf index e3da4e7bf..d92caa508 100644 --- a/tests/www-deb.conf +++ b/tests/www-deb.conf @@ -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 \ No newline at end of file +php_admin_flag[log_errors] = on +access.log = /tmp/php-fpm.access.log +error_log = /tmp/php-fpm.error.log +log_level = debug \ No newline at end of file diff --git a/tests/www-rpm.conf b/tests/www-rpm.conf index da211186a..10fcc9341 100644 --- a/tests/www-rpm.conf +++ b/tests/www-rpm.conf @@ -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 \ No newline at end of file +php_admin_flag[log_errors] = on +access.log = /tmp/php-fpm.access.log +error_log = /tmp/php-fpm.error.log +log_level = debug \ No newline at end of file