[New-bugs-announce] [issue12174] Multiprocessing logging levels unclear

JJeffries report at bugs.python.org
Wed May 25 13:54:07 CEST 2011


New submission from JJeffries <jamesjeffries1 at gmail.com>:

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.

----------
assignee: docs at python
components: Documentation
messages: 136839
nosy: JJeffries, docs at python
priority: normal
severity: normal
status: open
title: Multiprocessing logging levels unclear
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12174>
_______________________________________


More information about the New-bugs-announce mailing list