X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=fifos%2Fmultitail.sh;h=f249f0ed672b6e9c5c7836321bbe5e913b790415;hb=0c0a261a6ef4fddfc34a9150005f7964cc69c420;hp=ca458e1fd1eeb5b1a0566513fb02d6c25f21af24;hpb=1b3ef99af2896156902264aaccced15426874484;p=tofuproxy.git diff --git a/fifos/multitail.sh b/fifos/multitail.sh index ca458e1..f249f0e 100755 --- a/fifos/multitail.sh +++ b/fifos/multitail.sh @@ -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"