find . -newermt "2020-01-01" -not -name "*.gz" -type f | xargs grep --color=always -e fail -e ERROR | awk '($1~/2020-01-01/){print $0}'
cat xxx.log | awk '{$1 = strftime("%c', $1); print}' | less