Re: logrotation/logreopening in ZTK-based applications

Fred Drake <[email protected]>
Newsgroups gmane.comp.web.zope.devel
Message-ID <[email protected]>
On Wed, Nov 10, 2010 at 2:47 AM, Christian Theune <[email protected]> wrote:
> We have a ZTK-based app and found that the server provides neither
> signal handling to rotate logs nor a zopectl command. Does anybody
> remember wether this was ever built?

Christian,

If you want size- or time-based rotation, that can be configured
directly using ZConfig.

There's a package called zc.signalhandler in the Zope Corporation
repository that I'll be open-sourcing.  It'll let you include
something like this in your zope.conf:

    <signalhandlers myapp>
      usr2  ZConfig.components.logger.loghandler.reopenFiles
    </signalhandlers>

That will let you re-open ZConfig-configured log files based on a
signal.  (The "myapp" is a turdly bit caused by using the same schema
bits as <product-info> sections in the zope.conf schema.)


  -Fred

--
Fred L. Drake, Jr.    <fdrake at acm.org>
"A storm broke loose in my mind."  --Albert Einstein
_______________________________________________
Zope-Dev maillist  -  [email protected]
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.