On Tue, 23 Dec 2003, aqil wrote: > In my crontab, I am rotating my logfile at each midnight. My question > is why does squid create 2 cache.log files each day. One of them is of big > size and the other is much smaller.
cache.log should never be very large. What does your cache.log contain making it this huge? Squid never rotates the log files on it's own. It only rotates the log files when told by someone else running "squid -k rotate", and it only rotates them once per time "squid -k rotate" is run. Regards Henrik
