New submission from Chetan kolhe <chetankolh...@gmail.com>:
Hi, Currently, there is no support for whether the logger object is present or not. when logging module imported in current namespace all logger object get imported. which uses the memory. Add the option explicitly to delete the logger object. e.g logging.deletLoger("name for logger object") ---------- components: 2to3 (2.x to 3.x conversion tool) messages: 322202 nosy: chetankolhe priority: normal severity: normal status: open title: Add support for delete logger in log module. type: enhancement versions: Python 3.8 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue34199> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com