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.

classification
Title: logging module docs
Type: Stage:
Components: Documentation Versions: Python 2.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: ajung, rhettinger
Priority: normal Keywords:

Created on 2003-06-20 11:29 by ajung, last changed 2022-04-10 16:09 by admin. This issue is now closed.

Messages (3)
msg16550 - (view) Author: Andreas Jung (ajung) Date: 2003-06-20 11:29
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(...)

msg16551 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2003-06-25 15:17
Logged In: YES 
user_id=80475

Forwarded to Vinay Sajip for comment and repair.
msg16552 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2003-06-27 21:33
Logged In: YES 
user_id=80475

Fixed.  See patch 761519.
History
Date User Action Args
2022-04-10 16:09:21adminsetgithub: 38691
2003-06-20 11:29:43ajungcreate