richarvey / nginx-php-fpm

Nginx and php-fpm for dockerhub builds
https://hub.docker.com/repository/docker/richarvey/nginx-php-fpm/general
GNU General Public License v3.0
1.66k stars 852 forks source link

Remove default annoying FPM decorators #258

Closed Saphyel closed 3 years ago

Saphyel commented 4 years ago

Since PHP 7.3, for some strange reason they decide to decorate the output with [XX-Xxx-20XX 14:10:02] WARNING: [pool www] child XX said into stdout: which is not useful and makes annyoing to read the logs.

With this changes now you see your logs as before with only the info you want in the logs.