Answers for "access logs on heroku"

16

heroku logs

heroku logs --tail
Posted by: Guest on July-25-2020
0

check heroku logs

Go to the heroku logs bit of the heroku dashboard.

Or, run this in shell when you're in the heroku app directory:
heroku logs

Or, for real time web logs (like flask logs, if you know what I mean), type;
heorku logs --tail
Posted by: Guest on August-15-2020

Browse Popular Code Answers by Language