Hi, I am running a Zope app. Since Zope 4 waitress is the default WSGI server (I hope I get the terms right).
Sending `kill -USR2 zope.pid` used to trigger a log close and reopen, but since Zope 4 this shuts the app down. Does waitress do any signal handling? I could not find anything when scanning the manual. Looks like nobody takes care of the kill signal and Python terminates the process. How would I do proper logrotation then? Thank you! Jürgen P.S.: This was posted first at Zope's issue tracker https://github.com/zopefoundation/Zope/issues/809 -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/e712c317-078a-430c-87d4-2d1f1dde0466%40googlegroups.com.
