Releases: Preston-Landers/concurrent-log-handler
Releases · Preston-Landers/concurrent-log-handler
Fix publishing issue for Python 2
Some incorrect code got inserted in the wheel, breaking Python 2 when installed from wheel. This should fix it. Sorry for the mixup.
Fix Python 2 bug, and encoding issues
Fix a Python 2 bug, and by default be more forgiving about encodings (default: ignore/drop characters which can't convert to the output encoding).
Fix line endings on Windows with encoding set
- 0.9.14: Fix writing LF line endings on Windows when encoding is specified.
Added newline and terminator kwargs to allow customizing line ending behavior.
Thanks to @vashek
0.9.13
0.9.12
This adds a umask
option to allow setting permission bits when creating log files.
0.9.11
Fix issues with gzip compression of logs on rotate (use buffered reads)
0.9.10
This should fix a bug where the file lock was inadvertently shared among forked processes.