Hi,

I noticed since this bug was reported, logrotate script is still missing. One of my customers claims me a c-icap log file of ~ 18G !!

So here is the logrotate file I used for him:

/var/log/c-icap/*.log {
        daily
        missingok
        notifempty
        size 1M
        rotate 30
        compress
        delaycompress
        create 644 c-icap nogroup
        copytruncate
        maxage 30
}

Maybe some tuning is needed, but it works.

Inspired from this french documentation:

http://medias.coutances.educagri.fr/proc%C3%A9dures/Administrateur/Anti-virus_proxy.pdf

Thx,


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to