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: funcName and module incorrectly reported in logging
Type: enhancement Stage:
Components: Library (Lib) Versions:
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, wraithgar
Priority: normal Keywords:

Created on 2007-03-05 19:31 by wraithgar, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (4)
msg55045 - (view) Author: Michael Garvin (wraithgar) Date: 2007-03-05 19:31
When using logging.log, the funcName is always reported as _log, and the module is always reported as __init__

This is using python2.5
msg55046 - (view) Author: Michael Garvin (wraithgar) Date: 2007-03-05 19:58
info from logging/__init.py file being used:

__author__  = "Vinay Sajip <vinay_sajip@red-dove.com>"
__status__  = "production"
__version__ = "0.4.9.9"
__date__    = "06 February 2006"
msg55047 - (view) Author: Michael Garvin (wraithgar) Date: 2007-03-05 20:28
this appears to be a dirty logging/__init__.pyc file in the debian package.  Removing that file fixes this problem.
msg55048 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2007-03-05 21:45
Closing here then, you may want to file a bug (or search if someone else already did) in Debian's tracker.
History
Date User Action Args
2022-04-11 14:56:22adminsetgithub: 44663
2007-03-05 19:31:55wraithgarcreate