Logrotating with multilog

2001-08-14 Thread Martin Hasenbein
Hi, I'm using qmail with the daemontools and my logs are generated by multilog. I'm running qmail for example like this: #!/bin/sh exec env - PATH=/var/qmail/bin:$PATH \ qmail-start ./Maildir/ multilog t s100 n100 /usr/local/server/qmail/main Is it possible to make multilog rotate

Re: Logrotating with multilog

2001-08-14 Thread Henning Brauer
On Tue, Aug 14, 2001 at 12:42:19PM +0200, Martin Hasenbein wrote: Is it possible to make multilog rotate logfiles, lets say every night at 0?? multilog rotates by size, not time. http://cr.yp.to/daemontools/multilog.html -- * Henning Brauer, [EMAIL PROTECTED], http://www.bsws.de * *

Re: Logrotating with multilog

2001-08-14 Thread Frank Tegtmeyer
Martin Hasenbein [EMAIL PROTECTED] writes: Is it possible to make multilog rotate logfiles, lets say every night at 0?? To add something to Hennings answer: from daemontools 0.75 on multilog does also switch the log when receiving a SIGALRM. Regards, Frank

Re: Logrotating with multilog

2001-08-14 Thread Bernhard Graf
Martin Hasenbein wrote I'm using qmail with the daemontools and my logs are generated by multilog. I'm running qmail for example like this: #!/bin/sh exec env - PATH=/var/qmail/bin:$PATH \ qmail-start ./Maildir/ multilog t s100 n100 /usr/local/server/qmail/main Is it possible to

Re: Logrotating with multilog

2001-08-14 Thread Adrian Ho
On Tue, Aug 14, 2001 at 03:16:12PM +0200, Frank Tegtmeyer wrote: To add something to Hennings answer: from daemontools 0.75 on multilog does also switch the log when receiving a SIGALRM. And to add to Frank's 8-): There's a patch for daemontools 0.75 in that mailing list's archive