diff --git a/src/borg/testsuite/archiver.py b/src/borg/testsuite/archiver.py index 20699f9da..af203d545 100644 --- a/src/borg/testsuite/archiver.py +++ b/src/borg/testsuite/archiver.py @@ -279,8 +279,6 @@ class ArchiverTestCaseBase(BaseTestCase): os.chdir(self._old_wd) # note: ignore_errors=True as workaround for issue #862 shutil.rmtree(self.tmpdir, ignore_errors=True) - # destroy logging configuration - logging.Logger.manager.loggerDict.clear() setup_logging() def cmd(self, *args, **kw):