How to get full Stack Trace on Heroku How to get full Stack Trace on Heroku heroku heroku

How to get full Stack Trace on Heroku


You can use: heroku logs --tail then reproduce your problem to get a trailing log.


From command line run:

heroku logs -n 200

after -n number of lines you need .check this out for more information.