[Python-bugs-list] [ python-Bugs-757821 ] logging module docs
SourceForge.net
noreply@sourceforge.net
Fri, 27 Jun 2003 14:34:00 -0700
Bugs item #757821, was opened at 2003-06-20 06:29
Message generated for change (Comment added) made by rhettinger
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=757821&group_id=5470
Category: Documentation
Group: Python 2.3
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Andreas Jung (ajung)
Assigned to: Nobody/Anonymous (nobody)
Summary: logging module docs
Initial Comment:
http://www.python.org/dev/doc/devel/lib/node297.html
It should be mentioned that it is necessary to import
"logging.config" to call fileConfig(). The explanation
does not mention the config module so it is confusing
when people try:
import logging
logging.fileConfig(...)
----------------------------------------------------------------------
>Comment By: Raymond Hettinger (rhettinger)
Date: 2003-06-27 16:33
Message:
Logged In: YES
user_id=80475
Fixed. See patch 761519.
----------------------------------------------------------------------
Comment By: Raymond Hettinger (rhettinger)
Date: 2003-06-25 10:17
Message:
Logged In: YES
user_id=80475
Forwarded to Vinay Sajip for comment and repair.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=757821&group_id=5470