eric added the comment: The python documentation says that when one calls logger.getLogger with the same identifier that one gets the same instance of the logger. I would guess that in the case of a Process this is not the case. I would have to assume that the handlers attached to that Process are different as well. So, do you know if pointing the two file handlers at the same file as I am doing is expected to work or not? The documentation would seem to indicate yes, but how loggers work with a Process seems to be a bit unclear in the documentation
---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue24717> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com