Created
April 23, 2020 05:35
-
-
Save abrkn/8511146a996b8072094ef4c1704eb942 to your computer and use it in GitHub Desktop.
Print Heroku logs with pino-pretty
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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