Simple coreDNS timestamp log
yes I need it for some reasons…
# coredns -conf config | while read line; do printf "$(date +"%Y%m%d-%H%M%S%3N" )\t$line\n"; done
put it in one-line and run.
done.
Update1: this one was too complex ,just use journal log instead