#!/bin/sh

exec multitail \
    -wh 10 \
    -t "Trust" -ci magenta -l "while :; do tai64nlocal <log-cert ; done" \
    -t "DANE" -ci yellow --label "DANE " -L "while :; do tai64nlocal <log-dane ; done" \
    -t "Error" -ci red -L "while :; do tai64nlocal <log-err ; done" \
    -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 "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 "WARC" -ci green --label "W " -L "while :; do tai64nlocal <log-warc ; done"
