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 JJeffries
Recipients JJeffries, docs@python
Date 2011-05-25.11:54:06
SpamBayes Score 0.0002847972
Marked as misclassified No
Message-id <1306324447.9.0.976036464224.issue12174@psf.upfronthosting.co.za>
In-reply-to
Content
It is unclear without reference to the logging module where the multiprocessing logging levels fit in the normal logging provided by the logging module, even though it says above the table

"The table below illustrates where theses fit in the
normal level hierarchy.

+----------------+----------------+
| Level          | Numeric value  |
+================+================+
| ``SUBWARNING`` | 25             |
+----------------+----------------+
| ``SUBDEBUG``   | 5              |
+----------------+----------------+"

I propose adding further values from the logging module for clarification.
History
Date User Action Args
2011-05-25 11:54:07JJeffriessetrecipients: + JJeffries, docs@python
2011-05-25 11:54:07JJeffriessetmessageid: <1306324447.9.0.976036464224.issue12174@psf.upfronthosting.co.za>
2011-05-25 11:54:07JJeffrieslinkissue12174 messages
2011-05-25 11:54:07JJeffriescreate