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