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 umaxx
Recipients umaxx
Date 2007-12-30.14:31:22
SpamBayes Score 0.05749805
Marked as misclassified No
Message-id <1199025083.33.0.488402629269.issue1709@psf.upfronthosting.co.za>
In-reply-to
Content
logging does not have a (formatter) option for logging the actual
function name

Logger class detects function name with findCaller() - *but* does not
pass it to the makeRecord()-call in _log() - why?

would be nice to see this feature implemented, no patch for now :(
History
Date User Action Args
2007-12-30 14:31:23umaxxsetspambayes_score: 0.057498 -> 0.05749805
recipients: + umaxx
2007-12-30 14:31:23umaxxsetspambayes_score: 0.057498 -> 0.057498
messageid: <1199025083.33.0.488402629269.issue1709@psf.upfronthosting.co.za>
2007-12-30 14:31:23umaxxlinkissue1709 messages
2007-12-30 14:31:23umaxxcreate