python-concurrentloghandler - Concurrent logging handler (drop-in replacement for RotatingFileHandler)
Website: | http://pypi.python.org/pypi/ConcurrentLogHandler/ |
---|---|
License: | ASL 2.0 |
Vendor: | Fedora Project |
- Description:
This module provides an additional log handler for Python's standard logging package (PEP 282). This handler will write log events to log file which is rotated when the log file reaches a certain size. Multiple processes can safely write to the same log file concurrently.
Packages
python-concurrentloghandler-0.8.4-4.el6.src [26 KiB] |
Changelog
by Dan Callaghan (2011-10-13):
- add a comment about why testpath.patch is needed |