ZConfig statement to register a logging handler using WatchedFileHandler
Project 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.7.
Change log for zconfig_watchedfile
1.1 (2019-01-25)
Make setup.py compatible with newer setuptools versions.
Drop support for Python 2.6.
1.0 (2013-11-29)
initial release
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.