varnishslog 0.8.2

Reads Varnish Cache VSL (binary) log stream and produces structured log records in JSON format
Documentation
1
2
#!/bin/fish
ls logs*/* | sort | while read l; echo $l; target/debug/varnishslog -d warn $l; end