[ python-Feature Requests-1674315 ] funcName and module incorrectly reported in logging

SourceForge.net noreply at sourceforge.net
Mon Mar 5 21:28:33 CET 2007


Feature Requests item #1674315, was opened at 2007-03-05 11:31
Message generated for change (Comment added) made by wraithgar
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=1674315&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Python Library
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Michael Garvin (wraithgar)
Assigned to: Nobody/Anonymous (nobody)
Summary: funcName and module incorrectly reported in logging

Initial Comment:
When using logging.log, the funcName is always reported as _log, and the module is always reported as __init__

This is using python2.5

----------------------------------------------------------------------

>Comment By: Michael Garvin (wraithgar)
Date: 2007-03-05 12:28

Message:
Logged In: YES 
user_id=725363
Originator: YES

this appears to be a dirty logging/__init__.pyc file in the debian
package.  Removing that file fixes this problem.

----------------------------------------------------------------------

Comment By: Michael Garvin (wraithgar)
Date: 2007-03-05 11:58

Message:
Logged In: YES 
user_id=725363
Originator: YES

info from logging/__init.py file being used:

__author__  = "Vinay Sajip <vinay_sajip at red-dove.com>"
__status__  = "production"
__version__ = "0.4.9.9"
__date__    = "06 February 2006"

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=1674315&group_id=5470


More information about the Python-bugs-list mailing list