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?
Is this triggered off the error_reporting, because its set not to report those
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