Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gdelpierre/d9b7e990adf94c0c1a323ea99d138906 to your computer and use it in GitHub Desktop.
Save gdelpierre/d9b7e990adf94c0c1a323ea99d138906 to your computer and use it in GitHub Desktop.
varnishlog
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