From 6a3b2f4abcd35da533ec191d8cb09eaa31159a85 Mon Sep 17 00:00:00 2001 From: Tim de Pater Date: Sat, 3 Aug 2019 14:39:52 +0200 Subject: [PATCH] Cleanup the output of PHP-FPM when PHP throws an error --- config/fpm-pool.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/fpm-pool.conf b/config/fpm-pool.conf index b5504c4..d469286 100644 --- a/config/fpm-pool.conf +++ b/config/fpm-pool.conf @@ -49,5 +49,8 @@ clear_env = no ; Catch output from PHP catch_workers_output = yes +; Remove the 'child 10 said into stderr' prefix in the log and only show the actual message +decorate_workers_output = no + ; Enable ping page to use in healthcheck ping.path = /fpm-ping