Monday, September 22, 2008

How to ckeck the squid logs in real time:-


[root@localhost ~]#tail -f /var/log/squid/access.log

Note:-
tail - output the last part of file
-f - follow (output appented as the file grows)


No comments: