Re: [squid-users] Log rotation kills helpers

2013-09-30 Thread Alex Rousskov
On 30/09/2013 7:26 p.m., Kris Glynn wrote: > Shouldn't a squid -k rotate leave helpers > alone when it's just instructing squid to rotate the logs? Yes, but nobody has implemented that functionality yet. Implementing it is not easy because of the complication that Amos has mentioned below: On 09

Re: [squid-users] Log rotation kills helpers

2013-10-01 Thread Carlos Defoe
I had this problem, with kerberos authentication helpers. I configured logrotate to rotate squid logs, # cat /etc/logrotate.d/squid /var/log/squid/*.log { daily rotate 7 compress notifempty sharedscripts missingok postrotate /path/to/squid -k rotate endscript } and at squid.conf logfile_rotate

Re: [squid-users] Log rotation kills helpers

2013-10-01 Thread Eliezer Croitoru
If you use something like "log helper" and send the logs to another component like syslog or any other logs server you won't have any of these troubles in most cases. Eliezer On 10/01/2013 10:18 PM, Carlos Defoe wrote: > I had this problem, with kerberos authentication helpers. > > I configured