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 pitrou
Recipients jango, pitrou, vinay.sajip
Date 2011-12-10.17:46:43
SpamBayes Score 0.00025088125
Marked as misclassified No
Message-id <1323539263.2.0.360074924937.issue13569@psf.upfronthosting.co.za>
In-reply-to
Content
> One thing, however, that this would mean 
> that I would have to declare logger in any method outside of __init__, 
> like in shutdown()  for example.

If you only use the logger from the child process, you can declare and store it in the run() method.

That said, this still can be a feature request: allow loggers to be pickled (and unpickled).
History
Date User Action Args
2011-12-10 17:47:43pitrousetrecipients: + pitrou, vinay.sajip, jango
2011-12-10 17:47:43pitrousetmessageid: <1323539263.2.0.360074924937.issue13569@psf.upfronthosting.co.za>
2011-12-10 17:46:43pitroulinkissue13569 messages
2011-12-10 17:46:43pitroucreate