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:
http://github.com/peter/request_log Cheers Peter On Oct 21, 12:11 am, Eric Anderson <[email protected]> wrote: > On Oct 20, 11:18 am, Jeff Schmitz <[email protected]> wrote: > > > Another question would be does Heroku need anything written to the rails > > log? Would your patch cause Herkou any issues? > > I would think not as Heroku is more "rack" focused and Rails is just a > framework that can run on "rack". That being said there is some > special mojo for Rails (such as setting up the database connection, > ActionMailer, etc). So the only real way to know is to test. I will be > developing this concept and testing it shortly so will report back > what I find. > > Eric -- 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.
