☕️ 1 min read

Heroku - How to see all the logs

avatar
Milad E. Fahmy
@miladezzat12

Heroku - How to see all the logs

Step 1 : install heroku cli

// in ubuntu

sudo snap install --classic heroku

for more installation: https://devcenter.heroku.com/articles/heroku-cli

Step 2: login to heroku

heroku login

Step 3: see logs of specific app

heroku logs -t --app <APP_NAME>