analyze rails log using request-log-analyzer
Posted by AllenWei | Posted in RubyOnRails | Posted on 15-02-2010-05-2008
View Comments
gem install request-log-analyzer
How to use
request-log-analyzer log/production.log #print result to console
request-log-analyzer log/production.log -o HTML -email someone@company.com #generate html report and send email
request-log-analyzer log/production.log -o HTML -email someone@company.com #generate html report and send email
More:
http://github.com/wvanbergen/request-log-analyzer/

