Caveat: I am new to PHP.
I have a very old php website that is producing a 300 MB php-errors.log file each day. I am trying to clean up some of the errors. I found out that 70% of the messages are coming from one php file. I temporarily want to turn off the notify messages for that particular module.
I read on php.net error reporting that I can retrieve and set the error_reporting level. Does setting the error reporting level change the reporting only for the php file it was set? Or will it change the settings for the entire site?