Metadata-Version: 1.1
Name: zconfig-watchedfile
Version: 1.0
Summary: UNKNOWN
Home-page: https://bitbucket.org/gocept/zconfig_watchedfile/
Author: gocept <mail@gocept.com>
Author-email: mail@gocept.com
License: ZPL 2.1
Description: ===================
        zconfig_watchedfile
        ===================
        
        Provides a ZConfig statement to register a logging handler that uses a
        `WatchedFileHandler`_, which is helpful for integrating with an external
        logrotate service::
        
            %import zconfig_watchedfile
            <logger>
              name example
        
              <watchedfile>
                path /path/to/logfile.log
              </watchedfile>
            </logger>
        
        The ``<watchedfile>`` supports both the default ZConfig settings for handlers
        (formatter, dateformat, level) and the parameters of `WatchedFileHandler`_
        (mode, encoding, delay).
        
        This package is compatible with Python version 2.6 and 2.7.
        
        .. _`WatchedFileHandler`: http://docs.python.org/2/library/logging.handlers.html#watchedfilehandler
        
        
        ==================================
        Change log for zconfig_watchedfile
        ==================================
        
        1.0 (2013-11-29)
        ================
        
        initial release
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2 :: Only
