python3-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. Python 3 version.
Packages
| python3-concurrentloghandler-0.9.1-1.fc24.noarch [26 KiB] |
Changelog
by Igor Gnatenko (2016-03-27):
- Update to 0.9.1 - Add python3 subpackage - Follow new packaging guidelines - Run tests - Unbundle portalocker - Drop egg |