[New-bugs-announce] [issue43107] RotatingFileHandler with multi processes creates too small backup files
Yotam Medini
report at bugs.python.org
Tue Feb 2 14:58:28 EST 2021
New submission from Yotam Medini <yotam at users.sourceforge.net>:
Using RotatingFileHandler by multi-processes
when they reach a point for rotation (roll-over)
they continue on separate files.
Two problems:
1. Eventually some backup files are left with sizes
much less than the maxBytes configuration.
2. Intertwining events are not logged together,
but separated by processes.
----------
components: Library (Lib)
messages: 386165
nosy: yotam
priority: normal
severity: normal
status: open
title: RotatingFileHandler with multi processes creates too small backup files
type: enhancement
versions: Python 3.10
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43107>
_______________________________________
More information about the New-bugs-announce
mailing list