Rails Log Analyzer (RAWK)
Came across a sweet rails log analyzer. Doesn’t require that you use syslog or anything like the other log parsers that are out there. This one will work right on your development or production log files. Its called RAWK and you can find it here: http://rubyforge.org/frs/?group_id=2517&release_id=15246
I am the author of request-log-analyzer, another tool to analyze your Rails production logs. It also does not require to use syslog. It also works for Merb log files, Rails development log files and can be easily extended to other log file formats. More info: http://wiki.github.com/wvan…