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 yasuiniko
Recipients docs@python, r.david.murray, vinay.sajip, yasuiniko
Date 2016-08-23.16:02:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471968143.09.0.101283992279.issue27837@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you both for the helpful comments.

Vinay, since you want to illustrate a listener process in the multiprocessing example, why not include a shorter, simpler example beforehand? This is my first time using logging, and it took me multiple hours to figure out what your example was doing and which parts were extra. Since a queue isn't necessary for logging with multiprocessing, I did my best to write a shorter example to introduce the concept before exploring your code with the listener.

What do you think about this addition?
History
Date User Action Args
2016-08-23 16:02:23yasuinikosetrecipients: + yasuiniko, vinay.sajip, r.david.murray, docs@python
2016-08-23 16:02:23yasuinikosetmessageid: <1471968143.09.0.101283992279.issue27837@psf.upfronthosting.co.za>
2016-08-23 16:02:23yasuinikolinkissue27837 messages
2016-08-23 16:02:23yasuinikocreate