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 vinay.sajip
Recipients python-dev, vinay.sajip, yotam
Date 2021-02-05.10:12:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612519943.86.0.613283541719.issue43107@roundup.psfhosted.org>
In-reply-to
Content
This is not a bug. See

https://docs.python.org/3/howto/logging-cookbook.html#logging-to-a-single-file-from-multiple-processes

You should use SocketHandler or QueueHandler to deal with a situation where multiple processes log to files (whether rotating or not).
History
Date User Action Args
2021-02-05 10:12:23vinay.sajipsetrecipients: + vinay.sajip, yotam, python-dev
2021-02-05 10:12:23vinay.sajipsetmessageid: <1612519943.86.0.613283541719.issue43107@roundup.psfhosted.org>
2021-02-05 10:12:23vinay.sajiplinkissue43107 messages
2021-02-05 10:12:23vinay.sajipcreate