diff --git a/tests/www-deb.conf b/tests/www-deb.conf index d92caa508..2e9d3f9a6 100644 --- a/tests/www-deb.conf +++ b/tests/www-deb.conf @@ -1,3 +1,5 @@ +error_log = /tmp/php-fpm.error.log +log_level = debug [www] user = www-data group = www-data @@ -14,6 +16,4 @@ catch_workers_output = yes php_flag[display_errors] = on php_admin_value[error_log] = /tmp/php-fpm.log 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 +access.log = /tmp/php-fpm.access.log \ No newline at end of file diff --git a/tests/www-rpm.conf b/tests/www-rpm.conf index 10fcc9341..a4161db96 100644 --- a/tests/www-rpm.conf +++ b/tests/www-rpm.conf @@ -1,3 +1,5 @@ +error_log = /tmp/php-fpm.error.log +log_level = debug [www] user = apache group = apache @@ -14,6 +16,4 @@ catch_workers_output = yes php_flag[display_errors] = on php_admin_value[error_log] = /tmp/php-fpm.log 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 +access.log = /tmp/php-fpm.access.log \ No newline at end of file