Last active
March 11, 2020 10:56
-
-
Save charleskorn/821dcb877f207e0058f49ac3d9bc1648 to your computer and use it in GitHub Desktop.
Get exception details from batect log file
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
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