Hello –
I have a cron job that kicks off a php script and all runs fine, however, it triggers a PHP notice. Is there a way to ignore this particular notice so that it doesn’t write to my PHP Error log?
Thanks
You can set the Logging level based on the type of error. Example: Log only Fatal errors, Log only Fatal and Warning errors, etc., but you cannot specify by application, plugin, etc. that is not possible with php error logging done by your Server.