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 <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1709>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to