]> Sergey Matveev's repositories - tofuproxy.git/blobdiff - fifos/multitail.sh
Another refactor
[tofuproxy.git] / fifos / multitail.sh
index e6f29fb096f4871fdc2e5f3142012bc65a8cf50e..8a8ccee89ddd150a550a57dd1ae9d64c73a2b41a 100755 (executable)
@@ -3,6 +3,7 @@
 multitail \
     -wh 10 \
     -t "Certificates" -ci magenta -l "while :; do tai64nlocal < cert ; done" \
+    -t "DANE" --label "DANE " -L "while :; do tai64nlocal < dane ; done" \
     -t "Errors" -ci red -L "while :; do tai64nlocal < err ; done" \
     -t "Responses" -ci green --label "< " -l "while :; do tai64nlocal < ok ; done" \
     -t "Others" -ci white -L "while :; do tai64nlocal < other ; done" \