Remove Log __del__ cleanup

This commit is contained in:
Clemens Schwaighofer
2025-08-05 10:36:49 +09:00
parent 765cc061c1
commit 2b04cbe239

View File

@@ -122,9 +122,6 @@ class LogParent:
self.log_queue: 'Queue[str] | None' = None
self.handlers: dict[str, Any] = {}
def __del__(self):
self._cleanup()
# FIXME: we need to add a custom formater to add stack level listing if we want to
# Important note, although they exist, it is recommended to use self.logger.NAME directly
# so that the correct filename, method and row number is set