log analysis for rails
Posted
by deepak
on Stack Overflow
See other posts from Stack Overflow
or by deepak
Published on 2010-06-17T08:30:12Z
Indexed on
2010/06/17
8:33 UTC
Read the original article
Hit count: 366
i have a rails app which makes heavy use of activeresource and httparty to make api calls.
Is there any library/extension to log the requests and parse them, so that log analysis becomes easier and automated.
RailsLogAnalyser is good but what about extra calls, what are the conventions?
Something like a opensource/self-hosted alternative to newrelic, but with extensions to plug in your own logging.
© Stack Overflow or respective owner