• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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