heroku logs
Display recent log output
Options
Name | Description |
---|---|
-a, --app <app> | App to run command against |
-r, --remote <remote> | Git remote of app to use |
-n, --num <num> | Number of lines to display |
-d, --dyno <dyno> | Only show output from this dyno type (such as "web" or "worker") |
-s, --source <source> | Only show output from this source (such as "app" or "heroku") |
-t, --tail | Continually stream logs |
--force-colors | Force use of colors (even on non-tty output) |