1 Answer
i found one of the perl based CLI command to view squid logs in human readable format.
# perl -pe 's/[\d.]+/localtime($&)/e' /var/log/squid/access.log
Your Answer
x