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, 3.7 and 3.8.
Change log for zconfig_watchedfile
1.2 (2019-12-04)
Migrated to github.
Add support for Python 3.7 and 3.8.
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.
Source Distribution
Built Distribution
Close
Hashes for zconfig_watchedfile-1.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 367b9435c0dce1d250e62150bb9f1a7b07278e95ddf0dd37dc5d41864aa3de6a |
|
MD5 | f7bceed9eb269a3f578296682af63603 |
|
BLAKE2b-256 | d86ba972ce8c5709bcfc94fb63e9c077388f0bf520f68d2608602b407a37815a |