<div dir="ltr">Thanks for your reply,<div><br></div><div>I am using a Raspberry Pi and the latest version of Squid which I installed from apt.</div><div><br></div><div>In my cache.log, here are all my logging and rotation-related messages:</div><div><br></div><div>2020/12/29 17:37:14 kid1| logfileRotate: daemon:/var/log/squid/access.log<br>2020/12/29 17:37:14 kid1| logfileRotate: daemon:/var/log/squid/access.log<br>2020/12/29 17:37:14 kid1| Logfile: opening log daemon:/var/log/squid/access.log<br>2020/12/29 17:37:14 kid1| Logfile Daemon: opening log /var/log/squid/access.log<br>2020/12/29 17:37:14 kid1| Store logging disabled<br>2020/12/29 18:22:39 kid1| Logfile: opening log stdio:/var/spool/squid/netdb.state<br>2020/12/29 18:22:39 kid1| Logfile: closing log stdio:/var/spool/squid/netdb.state<br></div><div><br></div><div>Thanks.</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Dec 29, 2020 at 6:40 PM Alex Rousskov <<a href="mailto:rousskov@measurement-factory.com">rousskov@measurement-factory.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 12/29/20 10:36 AM, roee klinger wrote:<br>
<br>
>     logfile_rotate 10<br>
>     access_log daemon:/var/log/squid/access.log logformat=xxxx rotate=10<br>
<br>
> running "squid -k rotate" still does nothing for the access.log file.<br>
<br>
Please note that, according to Squid documentation, your Squid is<br>
slightly misconfigured:<br>
<br>
>       rotate=N                Specifies the number of log file rotations to<br>
>                               make when you run 'squid -k rotate'. [...]<br>
>                               Only supported by the stdio module.<br>
<br>
You are not using an "stdio" module. You are using a "daemon" module.<br>
<br>
This minor misconfiguraiton, if any, does not explain the lack of<br>
rotations. The deamon module should still rotate based on your global<br>
logfile_rotate directive setting.<br>
<br>
What is your Squid version? What logging and rotation-related messages<br>
do you see in your cache.log (check both the pre-rotation and<br>
post-rotation files)?<br>
<br>
Alex.<br>
</blockquote></div>