New Configuration Settings in PHP-FPM
Three new configuration options have been added to PHP-FPM.
The option log_limit
sets the maximum size for log
lines (without wrapping). The option log_buffering
enables an experimental logging that does not use any buffering and
should increase the probability that log entries actually make it to
disk in the case of a system crash.
Using the decorate_workers_output
option, decoration
of worker output can be disabled when
catch_workers_output
is enabled.