Using perl you can change the time stamps so they are readable:
tail -f /var/log/squid/access.log | perl -p -e 's/^([0-9]*.[0-9]+)/"[".localtime($1)."]"/e'
or you can use ccze
tail -f /var/log/squid/access.log | ccze -CA
Using perl you can change the time stamps so they are readable:
tail -f /var/log/squid/access.log | perl -p -e 's/^([0-9]*.[0-9]+)/"[".localtime($1)."]"/e'
or you can use ccze
tail -f /var/log/squid/access.log | ccze -CA