This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author yotam
Recipients yotam
Date 2021-02-02.19:58:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612295908.37.0.851347106037.issue43107@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-02-02 19:58:28yotamsetrecipients: + yotam
2021-02-02 19:58:28yotamsetmessageid: <1612295908.37.0.851347106037.issue43107@roundup.psfhosted.org>
2021-02-02 19:58:28yotamlinkissue43107 messages
2021-02-02 19:58:28yotamcreate