Hey everyone,
I needed to do a fair bit of logging and came across a heroku guide that shows how to make things a little easier.
Change logging level to debug:
heroku config:add LOG_LEVEL=DEBUG
View a live(ish) feed of errors:
heroku logs –tail
If you’re aware of any other useful bits please let me know!
Leave a Reply