Skip to content

Commit 6a3b2f4

Browse files
committed
Cleanup the output of PHP-FPM when PHP throws an error
1 parent eb6f75c commit 6a3b2f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/fpm-pool.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,8 @@ clear_env = no
4949
; Catch output from PHP
5050
catch_workers_output = yes
5151

52+
; Remove the 'child 10 said into stderr' prefix in the log and only show the actual message
53+
decorate_workers_output = no
54+
5255
; Enable ping page to use in healthcheck
5356
ping.path = /fpm-ping

0 commit comments

Comments
 (0)