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 jnoller
Recipients barry, benjamin.peterson, donmez, gvanrossum, jnoller, paulmelis, roudkerk
Date 2008-06-13.12:38:11
SpamBayes Score 0.050387613
Marked as misclassified No
Message-id <1213360695.18.0.314587519864.issue3088@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW: In order to boost the logging level within the test(s) do the 
following:

Search for LOG_LEVEL, set it to:
LOG_LEVEL=util.SUBDEBUG

And then in the main() replace:
    multiprocessing.get_logger().setLevel(LOG_LEVEL)
With:
multiprocessing.log_to_stderr(level=LOG_LEVEL)
History
Date User Action Args
2008-06-13 12:38:15jnollersetspambayes_score: 0.0503876 -> 0.050387613
recipients: + jnoller, gvanrossum, barry, donmez, paulmelis, roudkerk, benjamin.peterson
2008-06-13 12:38:15jnollersetspambayes_score: 0.0503876 -> 0.0503876
messageid: <1213360695.18.0.314587519864.issue3088@psf.upfronthosting.co.za>
2008-06-13 12:38:12jnollerlinkissue3088 messages
2008-06-13 12:38:11jnollercreate