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 vinay.sajip
Recipients pcdinh, vinay.sajip
Date 2011-02-09.19:16:39
SpamBayes Score 7.6435407e-07
Marked as misclassified No
Message-id <1297279000.63.0.261792391115.issue11158@psf.upfronthosting.co.za>
In-reply-to
Content
I don't believe this is an interpreter or stdlib problem. See this post from September last year:

http://plumberjack.blogspot.com/2010/09/using-logging-with-multiprocessing.html

which shows how to use multiprocessing and logging together with rotating logs. The post includes the code for a complete working script which runs fine with Python 2.6 on Windows and Linux, but which I can't test on Mac OS X/Python 2.6 as I have no access to a Snow Leopard system.

You're welcome to run that script on your system and update this issue with your results - so I'm marking as "invalid" for now (as I don't believe there's a valid Python issue) and "pending" awaiting your feedback. If I don't hear from you in the next week or so, I'll close this issue.
History
Date User Action Args
2011-02-09 19:16:40vinay.sajipsetrecipients: + vinay.sajip, pcdinh
2011-02-09 19:16:40vinay.sajipsetmessageid: <1297279000.63.0.261792391115.issue11158@psf.upfronthosting.co.za>
2011-02-09 19:16:39vinay.sajiplinkissue11158 messages
2011-02-09 19:16:39vinay.sajipcreate