]> Sergey Matveev's repositories - tofuproxy.git/blob - fifos/multitail
Download link for 0.6.0 release
[tofuproxy.git] / fifos / multitail
1 #!/bin/sh
2
3 exec multitail \
4     -wh 10 \
5     -t "Trust" -ci magenta -l "while :; do tai64nlocal < log-cert ; done" \
6     -t "DANE" --label "DANE " -L "while :; do tai64nlocal < log-dane ; done" \
7     -t "Error" -ci red -L "while :; do tai64nlocal < log-err ; done" \
8     -t "HTTPAuth" -ci green --label "Auth " -L "while :; do tai64nlocal < log-http-auth ; done" \
9     -t "TLSAuth" -ci green --label "Auth " -l "while :; do tai64nlocal < log-tls-auth ; done" \
10     -t "Response non-OK" --label "< " -L "while :; do tai64nlocal < log-non-ok ; done" \
11     -t "Response OK" -ci green --label "< " -L "while :; do tai64nlocal < log-ok ; done" \
12     -t "Redirect " -ci cyan --label "R " -L "while :; do tai64nlocal < log-redir ; done" \
13     -t "Request" -ci blue --label "> " -L "while :; do tai64nlocal < log-req ; done" \
14     -t "TLS connection" -ci yellow --label "S " -L "while :; do tai64nlocal < log-tls ; done" \
15     -t "Various" -ci yellow -L "while :; do tai64nlocal < log-various ; done" \
16     -t "WARC" -ci green --label "W " -L "while :; do tai64nlocal < log-warc ; done"