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 follower
Recipients docs@python, follower
Date 2013-12-05.23:16:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386285391.99.0.345532984259.issue19902@psf.upfronthosting.co.za>
In-reply-to
Content
The logging module documentation <http://docs.python.org/3.4/library/logging.html> makes reference to the levels DEBUG, INFO etc (e.g. in <http://docs.python.org/3.4/library/logging.html#logging.Logger.setLevel>) but AFAICT these constants are not documented in the module itself.

e.g I would expect a section like this

Level Constants
logging.DEBUG 10
logging.INFO  20
etc etc

(Although the actual values may not be listed depending on what your policy is for documenting "magic numbers".)
History
Date User Action Args
2013-12-05 23:16:32followersetrecipients: + follower, docs@python
2013-12-05 23:16:31followersetmessageid: <1386285391.99.0.345532984259.issue19902@psf.upfronthosting.co.za>
2013-12-05 23:16:31followerlinkissue19902 messages
2013-12-05 23:16:31followercreate