diff --git a/src/borg/testsuite/archiver.py b/src/borg/testsuite/archiver.py index 75a49657c..1effbc8ba 100644 --- a/src/borg/testsuite/archiver.py +++ b/src/borg/testsuite/archiver.py @@ -278,8 +278,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):