• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Stop php from logging warnings

Amin Taheri

Golden Pleskian
Plesk Certified Professional
Hi,

Is there a simple way to tell plesk either in plesk or via the php.ini file to not log php warnings and depricated errors to the domains error log files?

tail /var/www/vhosts/domain.com/statistics/logs/error_log

[Wed May 09 09:11:37 2012] [error] [client 10.10.10.10] PHP Warning: call_user_func_array() expects parameter 2 to be array, string given in /var/www/vhosts/domain.com/httpdocs/somefile.php on line 163

[Wed May 09 09:11:37 2012] [error] [client 10.10.10.10] PHP Deprecated: Assigning the return value of new by reference is deprecated in /var/www/vhosts/domain.com/httpdocs/somefile.php on line 104

Is this triggered off the error_reporting, because its set not to report those
error_reporting = E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR & ~E_DEPRECATED
 
Back
Top