views:

25

answers:

1

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
hmmm, okay...but how can I accomplish that?
tabaluga
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