New submission from Ben Feinstein <feinstein...@gmail.com>: 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. ---------- components: Library (Lib) files: issue_logRecordFactory.py messages: 313662 nosy: feinsteinben, vinay.sajip priority: normal severity: normal status: open title: logging.Manager.logRecordFactory is never used type: behavior versions: Python 2.7, Python 3.4, Python 3.5, Python 3.6, Python 3.7, Python 3.8 Added file: https://bugs.python.org/file47478/issue_logRecordFactory.py _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue33057> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com