<div dir="auto"><div>Dear Alex,</div><div dir="auto"><br></div><div dir="auto">Thank you so much, I will test on new squid,  on old 3.1 it didn't work as you said.</div><div dir="auto"><br></div><div dir="auto">-Akshay</div><div dir="auto"><br><div class="gmail_quote" dir="auto"><div dir="ltr" class="gmail_attr">On Sat, May 2, 2020, 1:00 AM Alex Rousskov <<a href="mailto:rousskov@measurement-factory.com">rousskov@measurement-factory.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 5/1/20 12:43 PM, Akshay Hegde wrote:<br>
<br>
> I have below option globally, which I don't want to make "off"<br>
> strip_query_terms on<br>
<br>
> acl track dstdomain "/etc/squid/sites_track.txt"<br>
> access_log /var/log/squid/full_site_links.log squid_custom track<br>
<br>
> however for specific ACL I would like to log full URL with query<br>
> parameters, how this can be done ?<br>
<br>
I have not tested this, and the results may be version-dependent, but<br>
according to logformat documentation[1], %ru honors strip_query_terms<br>
while %>ru does not:<br>
<br>
    logformat strippedFormat %ts... %ru ...<br>
    access_log ... strippedFormat track !specific_ACL<br>
<br>
    logformat detailedFormat %ts... %>ru ...<br>
    access_log ... detailedFormat track specific_ACL<br>
<br>
[1] <a href="http://www.squid-cache.org/Doc/config/logformat/" rel="noreferrer noreferrer" target="_blank">http://www.squid-cache.org/Doc/config/logformat/</a><br>
<br>
<br>
HTH,<br>
<br>
Alex.<br>
<br>
> On Fri, May 1, 2020 at 7:05 PM Alex Rousskov wrote:<br>
> <br>
>     On 5/1/20 1:20 AM, Akshay Hegde wrote:<br>
> <br>
>     > *1. How to disable logging of few ACLs ?<br>
> <br>
>     Use "access_log none aclX" to prevent creation of access.log records for<br>
>     transactions matching aclX. See<br>
>     <a href="http://lists.squid-cache.org/pipermail/squid-users/2020-April/021876.html" rel="noreferrer noreferrer" target="_blank">http://lists.squid-cache.org/pipermail/squid-users/2020-April/021876.html</a><br>
>     for<br>
>     some related caveats.<br>
> <br>
> <br>
>     > *2. Kernel Out of Memory<br>
> <br>
>     This problem is most likely unrelated to logging. If your Squid is<br>
>     gradually leaking memory (rather than just being overwhelmed with<br>
>     traffic), then the first step towards removing those memory leaks would<br>
>     be to upgrade your Squid from the unsupported and buggy v3.1.10.<br>
> <br>
> <br>
>     HTH,<br>
> <br>
>     Alex.<br>
> <br>
> <br>
> <br>
> -- <br>
> <<a href="https://about.me/akshay.k.hegde?promo=email_sig&utm_source=product&utm_medium=email_sig&utm_campaign=edit_panel&utm_content=thumb" rel="noreferrer noreferrer" target="_blank">https://about.me/akshay.k.hegde?promo=email_sig&utm_source=product&utm_medium=email_sig&utm_campaign=edit_panel&utm_content=thumb</a>><br>
>       <br>
> Akshay Hegde<br>
> <a href="http://about.me/akshay.k.hegde" rel="noreferrer noreferrer" target="_blank">about.me/akshay.k.hegde</a><br>
> <<a href="https://about.me/akshay.k.hegde?promo=email_sig&utm_source=product&utm_medium=email_sig&utm_campaign=edit_panel&utm_content=thumb" rel="noreferrer noreferrer" target="_blank">https://about.me/akshay.k.hegde?promo=email_sig&utm_source=product&utm_medium=email_sig&utm_campaign=edit_panel&utm_content=thumb</a>><br>
> <br>
> <br>
<br>
</blockquote></div></div></div>