New submission from Ram Rachum:

LogRecord currently supplies `module` that you can show in your messages, but 
it's just the name of the module without the path. It'll be nice to have 
`full_module_name` that has the qualified name (e.g. foo.bar.baz instead of 
baz.)

Usually it's the logger's name, but not always.

----------
components: Library (Lib)
messages: 283764
nosy: cool-RR
priority: normal
severity: normal
status: open
title: logging module: Add `full_module_name` to LogRecord details
type: enhancement
versions: Python 3.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29036>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to