25 Oct
2002
25 Oct
'02
11:27 a.m.
Maik Jablonski a écrit:
cyrille wrote:
Hello,
How do you handle da Log Rotation like Apache & logrotate ?? I use to make a monthly rotation & compression.
Thanks for tips & comment
Cyrille
hi,
maybe you should have a look at Zope2.6. You can "reopen" your log-files with a
kill -SIGUSR2 `cat /path/to/var/Z2.pid`
Thanx a lot, it's what I'm looking for. I know logrotate, but I don't know well Zope. And I didn't want to kill Zope for a log rotation. Cyrille
after a log-rotation.
cheers, maik