Created
July 4, 2016 07:18
-
-
Save gdelpierre/d9b7e990adf94c0c1a323ea99d138906 to your computer and use it in GitHub Desktop.
varnishlog
This file contains hidden or 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
stdbuf -o0 -e0 varnishlog -O -I 'Still sick|Back healthy|Went sick' | awk -v date="$(date +"%Y-%m-%d %r")" '{ print date, $0; fflush() }' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment