I wonder if RackAMole (http://github.com/derailed/rackamole ), which also has a companion Sinatra app (Wackamole) as its UI, might be to your liking. Maybe you could merge the best features of request_log with RackAMole?
Al On Fri, Oct 29, 2010 at 6:14 AM, Peter Marklund <[email protected]>wrote: > Hey John! > Thanks for the tip about capped collections, I had missed that. I now > have a 20GB capped collection on MongoHQ for my logging... I've added > a note to the README about this. > > Cheers > > Peter > > On Oct 29, 12:20 am, John Barnette <[email protected]> wrote: > > On Oct 28, 2010, at 3:13 PM, Peter Marklund wrote: > > > > > I've experimented with logging to MongoDB lately and I've found it to > > > work really well. The MongoDB performance along with its query > > > capabilities opens up a lot of possibilities. I'm doing my logging to > > > MongoHQ now through a Rack middleware and am monitoring the > > > performance (time overhead) of the logging and it's looking really > > > good so far. I've packaged up my code in a gem: > > > > Good stuff. We're doing some similar things. You may want to look at > Mongo's capped collections for some of your logging if you're not already: > The natural ordering and fixed max size can be really useful. > > -- > You received this message because you are subscribed to the Google Groups > "Heroku" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<heroku%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/heroku?hl=en. > > -- Nothing is impossible to the person who doesn't have to do it himself. -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
