I have an app that's deployed to production, but I'm also testing it locally.
When I run heroku logs --tail
, I get the production logs. I can see when I make a request to the webapp and it shows up instantly in the logs.
However, my app on heroku local
returns me a "500 Server Error." I want to inspect these logs to understand why. However, I can't find these logs. Is there a command like heroku local logs --tail
?