Using Apache is it possible to edit the Virtual Host to exclude a certain absolute path (such as /var/www/html/blog/wp-content/plugins/my_plugin/
) from log to the ErrorLog
file?
I need to stop it from log warnings like this:
PHP Warning: Illegal offset type in isset or empty in /var/www/html/blog/wp-content/plugins/my_plugin/tool.php
However I need to see other warnings, it's only about one file that's the reason why I would like to keep my php.ini
unaltered.