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 chetankolhe
Recipients chetankolhe
Date 2018-07-23.12:09:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1532347771.53.0.56676864532.issue34199@psf.upfronthosting.co.za>
In-reply-to
Content
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")
History
Date User Action Args
2018-07-23 12:09:31chetankolhesetrecipients: + chetankolhe
2018-07-23 12:09:31chetankolhesetmessageid: <1532347771.53.0.56676864532.issue34199@psf.upfronthosting.co.za>
2018-07-23 12:09:31chetankolhelinkissue34199 messages
2018-07-23 12:09:31chetankolhecreate