in reply to Re: Re: Proposal for Uber Error Handling Architecture
in thread Proposal for Uber Error Handling Architecture
I've done it that way before. I cron a little script that checks the error_log for anything interesting and mails it to me. "Interesting" is defined with simple regexes. This works well and keeps you from getting lots of little e-mails when something goes wrong.