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 steveha, vinay.sajip
Date 2018-05-14.22:31:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526337084.81.0.682650639539.issue33508@psf.upfronthosting.co.za>
In-reply-to
Content
> Python logging is not multi-process safe.

Covered in

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

You can certainly arrange to have the pid in the filename without a change to the stdlib. I don't propose to implement this.
History
Date User Action Args
2018-05-14 22:31:24vinay.sajipsetrecipients: + vinay.sajip, steveha
2018-05-14 22:31:24vinay.sajipsetmessageid: <1526337084.81.0.682650639539.issue33508@psf.upfronthosting.co.za>
2018-05-14 22:31:24vinay.sajiplinkissue33508 messages
2018-05-14 22:31:24vinay.sajipcreate