Last active
November 1, 2017 16:56
-
-
Save jcvenegas/9813a0a001d81e9d98fd313aa5abfc63 to your computer and use it in GitHub Desktop.
get cc-agent logs from cc-proxy logs
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
#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