It is painful to fish out things from apache error_log. Does anybody have pointers to some better error collection mechanism. Something like what is described in "Using FogBUGZ to Get Crash Reports From Users - Automatically!", but for a PHP/apache webapp
More specifically, some mechanism to hook the errors that is thrown by PHP to some bug tracking software. Maybe pointers to some library/code which captures the errors/warnings and collect the data which can be entered into the bug-tracking software. With the following bonus features:
- identifies duplicate bugs.
- if a bug leads to more than one error message, it should be captured as one bug