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 cool-RR
Recipients cool-RR
Date 2016-12-21.16:15:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482336912.68.0.293105867979.issue29036@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-12-21 16:15:12cool-RRsetrecipients: + cool-RR
2016-12-21 16:15:12cool-RRsetmessageid: <1482336912.68.0.293105867979.issue29036@psf.upfronthosting.co.za>
2016-12-21 16:15:12cool-RRlinkissue29036 messages
2016-12-21 16:15:12cool-RRcreate