Skip to content

Instantly share code, notes, and snippets.

@abrkn
Created April 23, 2020 05:35
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save abrkn/8511146a996b8072094ef4c1704eb942 to your computer and use it in GitHub Desktop.
Save abrkn/8511146a996b8072094ef4c1704eb942 to your computer and use it in GitHub Desktop.
Print Heroku logs with pino-pretty
heroku logs -a YOUR_APP_NAME -t | sed 's/[^{]*//' | npx pino-pretty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment