X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=fifos%2Fmultitail.sh;h=f249f0ed672b6e9c5c7836321bbe5e913b790415;hb=0c0a261a6ef4fddfc34a9150005f7964cc69c420;hp=9f678a8e7897a6e5383ebc4ac5e9634eb3bee627;hpb=30dad51e496a127b1e78c52d70065a4db4da8f55;p=tofuproxy.git diff --git a/fifos/multitail.sh b/fifos/multitail.sh index 9f678a8..f249f0e 100755 --- a/fifos/multitail.sh +++ b/fifos/multitail.sh @@ -12,4 +12,5 @@ multitail \ -t "Redirect " -ci cyan --label "R " -L "while :; do tai64nlocal < log-redir ; done" \ -t "Request" -ci blue --label "> " -L "while :; do tai64nlocal < log-req ; done" \ -t "TLS connection" -ci yellow --label "S " -L "while :; do tai64nlocal < log-tls ; done" \ - -t "Various" -ci yellow -L "while :; do tai64nlocal < log-various ; done" + -t "Various" -ci yellow -L "while :; do tai64nlocal < log-various ; done" \ + -t "WARC" -ci green --label "W " -L "while :; do tai64nlocal < log-warc ; done"