I'm just about to launch a rather large site for the first time. I disabled all error messages in my php.ini and error messages are now logged in the "error_log" file on my server.
My question is: now that errors are recorded in the file, which web developers are best able to see when / where errors occur on the website ?
At the moment, it seems that the best way is to constantly check the error_log file every day, however this does not seem to be the most effective solution. Ideally, I get an email every time an error occurs (with an error message). Any advice on how I can support bugs would be greatly appreciated!
Additional Information
Work on a shared server (HostMonster)
Website Created in PHP
php exception-handling error-handling error-log
justinl
source share