heroku - how to see all the logs
Posted
by josh
on Stack Overflow
See other posts from Stack Overflow
or by josh
Published on 2010-04-19T22:57:34Z
Indexed on
2010/04/19
23:03 UTC
Read the original article
Hit count: 153
heroku
I have a small app on heroku. Whenever I want to see the logs I go to the command line and do
heroku logs
That only shows me about 100 lines. Is there not a way to see complete logs for our application on heroku?
© Stack Overflow or respective owner