• 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

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