Warnings in the Job_Queue 'Message' field

Since the upgrade to 10.0.3 (not sure if its upgrade related though) I am getting a ton of warnings in my job_queue table.  Everything is working and the warnings are nothing to worry about but I dont want them there as we monitor that table/field for actual errors.

I have my settings in php.ini set to 

error_reporting(E_ERROR);

so no warnings should be generated by the CLI or Apache php interpreters.  I logged the value in the code that is generating the warning to confirm nothing has altered this setting in the code and it has not.

I can not find where it it getting this warning text from, its not in my error_log.  Does anyone know where in the code the job_queue 'message' field is filled in?

Parents Reply Children
No Data