Skip to content

Instantly share code, notes, and snippets.

@stevenpack
Last active February 23, 2022 04:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevenpack/f74a9cd23f296159d88aa523d0eee569 to your computer and use it in GitHub Desktop.
Save stevenpack/f74a9cd23f296159d88aa523d0eee569 to your computer and use it in GitHub Desktop.
Pipe wrangler tail log messages to console
wrangler tail | jq -r ".logs[].message[0]"
@stevenpack
Copy link
Author

Doesn't include exceptions.

@stevenpack
Copy link
Author

-r to remove quotes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment