Skip to content

Instantly share code, notes, and snippets.

@itayw
Created September 14, 2017 09:59
Show Gist options
  • Save itayw/62035f2682548a3725c4d270e1e50941 to your computer and use it in GitHub Desktop.
Save itayw/62035f2682548a3725c4d270e1e50941 to your computer and use it in GitHub Desktop.
pretty print json logs
docker logs -f --tail 200 echo_ui_1 | jq -R 'fromjson?' -c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment