Hi group,
I'd like to reduce the amount of information being set to access.log so
that only requests that's come back !200 are logged. I figure that I can
use:
acl HTTPnot200 http_status !200
access_log /usr/local/squid/var/logs/access.log squid HTTPnot200
access_log none
However, in the log_access directive description it notes " Requests
denied for logging will also not be accounted for in performance
counters."
Would this be the case in this configuration? If this will impact the
counters then is there another method to prevent this impact but still
reduce the items logged?
Andrew Woodward
Received on Wed Feb 04 2009 - 20:32:28 MST
This archive was generated by hypermail 2.2.0 : Sat Feb 07 2009 - 12:00:01 MST