Thanks, looking into it though I think I'm limited by the way I can set up 
ACLs. Here is what I'm trying to filter:

1326325020.543      0 *.*.*.* NONE/400 3502 GET / - NONE/- text/html

The starred IP, is the same for every request (all requests pass through a load 
balancer). I don't want filter out by that IP but maybe by the string of text 
"GET / - NONE/-". Would this be possible?
 

-----Original Message-----
From: Amos Jeffries [mailto:squ...@treenet.co.nz] 
Sent: Wednesday, January 11, 2012 5:37 PM
To: squid-users@squid-cache.org
Subject: Re: [squid-users] Filtering access.log

On 12.01.2012 09:30, Momen, Mazdak wrote:
> We have a couple of common requests we would like to not have logged
> in our access.log file to save space. Is there a way to filter the
> access.log through the squid.conf?

Several ways:

* using ACL on the individual log output:
   http://www.squid-cache.org/Doc/config/access_log/

* using ACL on all access log outputs:
   http://www.squid-cache.org/Doc/config/log_access/

Amos

Reply via email to