Eliezer Croitoru-2 wrote
> Hey,
>
> What is the content of the file "/etc/logrotate.d/squid"
>
> Eliezer
>
> On 17/11/13 17:09, Dr.x wrote:
>> hi all ,
>> ive configured squid to be logrotated from script in
>> /etc/logrotate.d/squid
>> but ,
>> logrotating is not working fine !
>>
>>
>>
>> logrotate is rotating the logs ,
>> but ..................................
>>
>> it keeping files with numbered names !!!
[root@squid ~]# cat /etc/logrotate.d/squid
/var/log/squid/*.log {
daily
rotate 0
missingok
create 640 squid adm
sharedscripts
postrotate
test ! -e /var/run/squid.pid || /usr/sbin/squid -k rotate
endscript
}
[root@squid ~]#
-----
Dr.x
--
View this message in context:
http://squid-web-proxy-cache.1019090.n4.nabble.com/logrotate-with-SMP-problem-tp4663333p4663336.html
Sent from the Squid - Users mailing list archive at Nabble.com.