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 vinay.sajip
Recipients cool-RR, vinay.sajip
Date 2018-07-31.15:46:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533051997.18.0.56676864532.issue29036@psf.upfronthosting.co.za>
In-reply-to
Content
If you use the recommended approach of using

logger = logging.getLogger(__name__),

then the logger's name (the name field in the LogRecord) will be the full module path.
History
Date User Action Args
2018-07-31 15:46:37vinay.sajipsetrecipients: + vinay.sajip, cool-RR
2018-07-31 15:46:37vinay.sajipsetmessageid: <1533051997.18.0.56676864532.issue29036@psf.upfronthosting.co.za>
2018-07-31 15:46:37vinay.sajiplinkissue29036 messages
2018-07-31 15:46:37vinay.sajipcreate