[Zope] zeoctl logreopen doesn't work

2006-09-13 Thread Gerhard Schmidt
Hi, since i'm running my zeo.log at debug level in grows quite large. I've tried to rotate the log daily by renaming the zeo.log and call zeoctl logreopen. ./bin/zeoctl logreopen kill(6319, 31) signal 31 sent to process 6319 But no new zeo.log is created and all log entries still go to the

Re: [Zope] zeoctl logreopen doesn't work

2006-09-13 Thread Andreas Jung
--On 13. September 2006 10:00:12 +0200 Gerhard Schmidt [EMAIL PROTECTED] wrote: Hi, since i'm running my zeo.log at debug level in grows quite large. I've tried to rotate the log daily by renaming the zeo.log and call zeoctl logreopen. ./bin/zeoctl logreopen kill(6319, 31) signal 31 sent

Re: [Zope] zeoctl logreopen doesn't work

2006-09-13 Thread Andrew Langmead
On Sep 13, 2006, at 4:00 AM, Gerhard Schmidt wrote: But no new zeo.log is created and all log entries still go to the old file. It looks like that wasn't implemented and just sort of stubbed out. The method that gets called with logrotate looks like this: def handle_sigusr2(self):