I\'d like to receive error logs via email. For example, if a Warning-level
error message should occur, I\'d like to get an email about it.
How can I get tha
Oh, another option is to get a logrotation application that supports emailing digests. Not sure what platform you are on, but you could just have something monitor the error_log file and send you updates, might not be as neat and certainly you would be limited to only information in the error_log. (error_log is Apache, CI has a /logs/ folder in system, and IIS has the Windows Events)