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 ericg97477
Recipients ericg97477, vinay.sajip
Date 2015-07-27.12:04:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1437998652.68.0.527636072599.issue24717@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2015-07-27 12:04:12ericg97477setrecipients: + ericg97477, vinay.sajip
2015-07-27 12:04:12ericg97477setmessageid: <1437998652.68.0.527636072599.issue24717@psf.upfronthosting.co.za>
2015-07-27 12:04:12ericg97477linkissue24717 messages
2015-07-27 12:04:12ericg97477create