heroku logs

Display recent log output

Options

NameDescription
-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, --tailContinually stream logs
--force-colorsForce use of colors (even on non-tty output)