]> Sergey Matveev's repositories - tofuproxy.git/blobdiff - fifos/multitail.sh
WARC
[tofuproxy.git] / fifos / multitail.sh
index ca458e1fd1eeb5b1a0566513fb02d6c25f21af24..f249f0ed672b6e9c5c7836321bbe5e913b790415 100755 (executable)
@@ -8,8 +8,9 @@ multitail \
     -t "HTTPAuth" -ci green --label "Auth " -L "while :; do tai64nlocal < log-http-auth ; done" \
     -t "TLSAuth" -ci green --label "Auth " -l "while :; do tai64nlocal < log-tls-auth ; done" \
     -t "Response non-OK" --label "< " -L "while :; do tai64nlocal < log-non-ok ; done" \
-    -t "Respone OK" -ci green --label "< " -L "while :; do tai64nlocal < log-ok ; done" \
+    -t "Response OK" -ci green --label "< " -L "while :; do tai64nlocal < log-ok ; done" \
     -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"