New submission from lorb <[email protected]>:
When subclassing the rotating handlers of the logging module and implementing a namer or rotator method they are silently set to None in __init__. This is surprising behaviour and currently the set a specific namer or rotator it is required to create an instance first and than set them. ---------- messages: 356107 nosy: lorb priority: normal severity: normal status: open title: logging: rotating handlers set namer and rotator null _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue38716> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
