From 331c7e9545070d9c034a688670770a48fc590615 Mon Sep 17 00:00:00 2001 From: bunkerity Date: Fri, 12 Aug 2022 15:54:04 +0200 Subject: [PATCH] tests - add debug log file for PHP --- tests/www-deb.conf | 6 +++++- tests/www-rpm.conf | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/tests/www-deb.conf b/tests/www-deb.conf index 74d9aeeb5..e3da4e7bf 100644 --- a/tests/www-deb.conf +++ b/tests/www-deb.conf @@ -9,4 +9,8 @@ pm = dynamic pm.max_children = 5 pm.start_servers = 2 pm.min_spare_servers = 1 -pm.max_spare_servers = 3 \ No newline at end of file +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 diff --git a/tests/www-rpm.conf b/tests/www-rpm.conf index 276c8c75c..da211186a 100644 --- a/tests/www-rpm.conf +++ b/tests/www-rpm.conf @@ -9,4 +9,8 @@ pm = dynamic pm.max_children = 5 pm.start_servers = 2 pm.min_spare_servers = 1 -pm.max_spare_servers = 3 \ No newline at end of file +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