Issue 757821: logging module docs (original) (raw)
Issue757821
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) * ![]() |
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) * ![]() |
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:21 | admin | set | github: 38691 |
2003-06-20 11:29:43 | ajung | create |