Skip to content

Instantly share code, notes, and snippets.

@jcvenegas
Last active November 1, 2017 16:56
Show Gist options
  • Save jcvenegas/9813a0a001d81e9d98fd313aa5abfc63 to your computer and use it in GitHub Desktop.
Save jcvenegas/9813a0a001d81e9d98fd313aa5abfc63 to your computer and use it in GitHub Desktop.
get cc-agent logs from cc-proxy logs
#filter agent logs from cc-proxy logs
| grep "source=qemu" | grep -oP "msg=\".*\"" | sed -e 's,\\\\\\,,g'
# get shim logs
journalctl -q -o cat -a -t cc-shim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment