Concurrent logging handler
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.
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/python-concurrentloghandler && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
concurrent-log-handler-0.9.19.tar.gz | 0000022230 21.7 KB | |
python-concurrentloghandler.changes | 0000006112 5.97 KB | |
python-concurrentloghandler.spec | 0000002325 2.27 KB |
Latest Revision
Dominique Leuenberger (dimstar_suse)
accepted
request 908506
from
Matej Cepl (mcepl)
(revision 15)
- Stupid me: it should be rm -rf test_output, not just rm -rf test (gh#Preston-Landers/concurrent-log-handler#38).
Comments 0