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 cxss
Recipients cxss, davin, vinay.sajip
Date 2017-01-05.15:23:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483629810.88.0.318788504591.issue29168@psf.upfronthosting.co.za>
In-reply-to
Content
I want to handle the logging of the main and all my started processes. They should all log to the same Queue. 

Have a look at the sample.py program. In addition there is a inconsistency in using a multiprocessing pool or just the process class directly. The sample program illustrated this.
History
Date User Action Args
2017-01-05 15:23:30cxsssetrecipients: + cxss, vinay.sajip, davin
2017-01-05 15:23:30cxsssetmessageid: <1483629810.88.0.318788504591.issue29168@psf.upfronthosting.co.za>
2017-01-05 15:23:30cxsslinkissue29168 messages
2017-01-05 15:23:30cxsscreate