Vinay Sajip <[email protected]> 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 <[email protected]> <https://bugs.python.org/issue33508> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
