Does anyone know of a tool to analyze php error logs? I have a bunch of error logs from a number of different servers. I'd like to get the most frequent errors broken down by severity (fatal, warning, etc.), scripts that generate the most errors, etc.
I could write some shell scripts to do this, but if there are any decent tools already about it'd be cool.