• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Resolved Big log on /var/log/plesk-php70-fpm

SalvadorS

Regular Pleskian
Hello,

I have logs of 11Gb in /var/log/plesk-php70-fpm

-rw------- 1 root root 8712989557 mar 17 12:13 error.log

-rw------- 1 root root 10080175297 mar 12 07:04 error.log.1

-rw------- 1 root root 13492574258 mar 6 06:54 error.log.2

-rw------- 1 root root 11394986583 feb 26 07:06 error.log.3

-rw------- 1 root root 11000491056 feb 19 07:02 error.log.4


here with this:

[17-Mar-2017 12:14:23.867380] DEBUG: pid 2367, fpm_pctl_perform_idle_server_maintenance(), line 362: [pool xx.org] currently 0 active children, 0 spare children

[17-Mar-2017 12:14:23.867384] DEBUG: pid 2367, fpm_pctl_perform_idle_server_maintenance(), line 362: [pool xx.es] currently 0 active children, 0 spare children

[17-Mar-2017 12:14:23.867387] DEBUG: pid 2367, fpm_pctl_perform_idle_server_maintenance(), line 362: [pool xx.com] currently 0 active children, 0 spare children

[17-Mar-2017 12:14:23.867391] DEBUG: pid 2367, fpm_pctl_perform_idle_server_maintenance(), line 362: [pool xx.es] currently 0 active children, 0 spare children

As you can see nearly 40 lines per second...

How can I stop this? Thank you
 
Please check the log_level line in /opt/plesk/php/7.0/etc/php-fpm.conf. It should be set to "notice" or "warning" or commented out. It will probably be set to "debug" when you see the messages above. Change it back to "notice" or "warning", then restart PHP-FPM
# service plesk-php70-fpm restart
 
Back
Top