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 vinay.sajip
Recipients Yonatan Goldschmidt, vinay.sajip
Date 2021-05-24.10:46:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621853202.47.0.416083791338.issue44222@roundup.psfhosted.org>
In-reply-to
Content
Seems a bit of a pathological case - out of interest, why do you need to create tens of thousands of loggers and handlers? Each logger is supposed to represent an area of the application. If you want to track e.g. client IP requests or similar, there are better ways. Ditto, each handler is supposed to represent a different audience for logs. Does your application have tens of thousands of distinct modules and/or audiences for logs?
History
Date User Action Args
2021-05-24 10:46:42vinay.sajipsetrecipients: + vinay.sajip, Yonatan Goldschmidt
2021-05-24 10:46:42vinay.sajipsetmessageid: <1621853202.47.0.416083791338.issue44222@roundup.psfhosted.org>
2021-05-24 10:46:42vinay.sajiplinkissue44222 messages
2021-05-24 10:46:41vinay.sajipcreate