Vinay Sajip <vinay_sa...@yahoo.co.uk> added the comment: > 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. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue33508> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com