kfei / docktorrent

:zap: Full-featured BitTorrent box runs in Docker
377 stars 65 forks source link

php5-fpm.log logging issue #35

Open tibysko opened 8 years ago

tibysko commented 8 years ago

Hi! Just like to start by say good work on the docker-box :) .

However I noticed that /var/log/php5-fpm.log get spamed every second with: [05-Mar-2016 10:45:43] NOTICE: configuration file /etc/php5/fpm/php-fpm.conf test is successful [05-Mar-2016 10:45:44] NOTICE: configuration file /etc/php5/fpm/php-fpm.conf test is successful

php5-fpm.log was about 25 mb after a few days.

I tried to turn it of by setting error_reporting = E_ALL & ~E_NOTICE in /etc/php5/fpm/php.ini according to http://serverfault.com/questions/661189/php-fpm-log-filling-with-configuration-test-successful but was unsuccessful.

Any thoughts?

Regards Ola