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.

Author amarco
Recipients amarco
Date 2013-01-02.22:37:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357166242.35.0.208386343695.issue16844@psf.upfronthosting.co.za>
In-reply-to
Content
hi, when use the param 'funcName' in the logging module (version 0.4.9.6 for python 2.6) the module crash. Researching in the code (__init__.py) i see that the code for get the function name is in method '_log' in the class 'Logger'. The function 'findCaller()' returns in the last value the name of the function (in the variable name 'func'), but this variable is not present in the caller function for create a 'record' object (in this case 'makeRecord'). I added code to fix this but i like that review this bug.
History
Date User Action Args
2013-01-02 22:37:22amarcosetrecipients: + amarco
2013-01-02 22:37:22amarcosetmessageid: <1357166242.35.0.208386343695.issue16844@psf.upfronthosting.co.za>
2013-01-02 22:37:22amarcolinkissue16844 messages
2013-01-02 22:37:22amarcocreate