Are you looking at cache.log or access.log?
Looks like you're in the wrong file.
Ramashish Baranwal escreveu:
Hi,
I am trying to prevent logging of certain urls using acls on
access_log. The corresponding part of my squid.conf looks like-
acl test_url url_regex .*test.*
# don't log test_url
access_log none test_url
# log others
access_log <log-file-path> squid
Squid however, is not honoring the acl. It logs everything. The log
for request
http://netdev.com/test/
looks like-
1204882748.408 RELEASE -1 FFFFFFFF 15A550F13DEC5BEE462C4DDCA8645838
403 1204882748 0 1204882748 text/html 1091/1091 GET
http://netdev.com/test/
What am I missing here?
My squid version is squid/2.6.STABLE16.
Thanks in advance,
Ram