[Date Prev] [Date Index] [Date Next] [Thread Prev] [Thread Index] [Thread Next]

Re: Log rotating?

Joergen Haegg jorgen.hagg@axis.com
Sun, 30 Jun 2002 22:33:10 -0700 (PDT)


In message <200206281737.g5SHbFan022322@gandalf.cc.purdue.edu> you write:
>>Just a quick question: does conserver rotate any of its own logs, or should 
>>we use our own log rotating scripts?

The Debian package uses logrotate, here is the default logrotate config file:

/var/log/conserver/*.log {
        rotate 7
        size 300k
        daily
        compress
        missingok
        postrotate
                /etc/init.d/conserver-server reload
        endscript
}

PGP signature