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 feinsteinben
Recipients feinsteinben, vinay.sajip
Date 2018-03-12.16:18:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520871485.85.0.467229070634.issue33057@psf.upfronthosting.co.za>
In-reply-to
Content
In logging.Manager, the logRecordFactory attribute is never used.

One would expect that makeRecord() (in logging.Logger) would generate a record using its manager's logRecordFactory, or fallback to the global _logRecordFactory (if has no manager, or manager.logRecordFactory is None), but the latter is used exclusively.
History
Date User Action Args
2018-03-12 16:18:05feinsteinbensetrecipients: + feinsteinben, vinay.sajip
2018-03-12 16:18:05feinsteinbensetmessageid: <1520871485.85.0.467229070634.issue33057@psf.upfronthosting.co.za>
2018-03-12 16:18:05feinsteinbenlinkissue33057 messages
2018-03-12 16:18:05feinsteinbencreate