Hello,
Squid already has option to log FULL query. i.e strip_query_terms off.
I would like to know is there any way to log FULL query only for particular acl?
I am asking this because, I do not want log file to get full by recording everything, just wanted queries recorded for few cases.
For example:
acl searchterms url_regex -i search
acl logdomains dstdom_regex -i google bing yahoo
acl src fullrecord 192.168.0.25
strip_query_terms off searchterms logdomains
strip_query_terms off fullrecord
First one will log FULL query if URL contains "search" and domain is google, bing, yahoo
Second on will log FULL query for a particular IP.
Thanks in advance,
Amm
Received on Sat Jul 20 2013 - 02:04:26 MDT
This archive was generated by hypermail 2.2.0 : Tue Jul 23 2013 - 12:00:40 MDT