[New-bugs-announce] [issue1709] logging: log actual function name

umaxx report at bugs.python.org
Sun Dec 30 15:31:23 CET 2007


New submission from umaxx:

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 :(

----------
components: Library (Lib)
messages: 59042
nosy: umaxx
severity: minor
status: open
title: logging: log actual function name
type: behavior
versions: Python 3.0

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1709>
__________________________________


More information about the New-bugs-announce mailing list