Hi folks, I wanted to have a detailed look into my production.log, but heroku doesn't seem to store them. Does anyone else, have a solution for that problem. It would be nice to get it stored safely away. thanks in advance :)
+1
A:
From the Heroku documentation you can see that their logging facility is limited to the last 100 lines whenever you read them back from the console.
If you have a requirement to keep and analyze all of your production logs then it looks like you will have to consider archiving them off-Heroku to, say, S3 or through EC2 logging server.
bjg
2010-07-14 10:26:48
hmmm, okay...but how can I accomplish that?
tabaluga
2010-07-14 11:32:02
oh, I just found ithttp://stackoverflow.com/questions/2671454/heroku-how-to-see-all-the-logsthanks bjg for pointing me in the right direction
tabaluga
2010-07-14 11:34:51