From b1f482009a35c8149d58fd8c8a6e6c1bae99f462 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 8 Mar 2023 17:30:46 +0100 Subject: [PATCH] tame verbose logging in index tests by default --- tests/index.TestCase | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/index.TestCase b/tests/index.TestCase index c823db50..2639740b 100755 --- a/tests/index.TestCase +++ b/tests/index.TestCase @@ -52,7 +52,7 @@ class IndexTest(unittest.TestCase): cls.index_v1_jar = os.path.join(cls.basedir, 'repo', 'index-v1.jar') def setUp(self): - logging.basicConfig(level=logging.DEBUG) + logging.basicConfig(level=logging.ERROR) os.chmod(os.path.join(self.basedir, 'config.py'), 0o600) os.chdir(self.basedir) # so read_config() can find config.py