Skip to content

Instantly share code, notes, and snippets.

@charleskorn
Last active March 11, 2020 10:56
Show Gist options
  • Save charleskorn/821dcb877f207e0058f49ac3d9bc1648 to your computer and use it in GitHub Desktop.
Save charleskorn/821dcb877f207e0058f49ac3d9bc1648 to your computer and use it in GitHub Desktop.
Get exception details from batect log file
cat ~/Desktop/log.json | jq -r 'select(.exception != null) | .exception'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment