From 705c4c966ae547b4d86b4fb6153a202679a3d206 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Thu, 8 Jan 2026 13:22:04 -0700 Subject: [PATCH] maas: Tweak logging fix Signed-off-by: Zack Cerza --- teuthology/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/__init__.py b/teuthology/__init__.py index 61ee210b7..cd11eab2f 100644 --- a/teuthology/__init__.py +++ b/teuthology/__init__.py @@ -61,7 +61,7 @@ logging.getLogger('urllib3.connectionpool').setLevel( logging.getLogger('urllib3.util.retry').setLevel( logging.WARN) # Avoid verbose logging for requests_oauthlib also -logging.getLogger('requests_oauthlib.oauth1_session').setLevel( +logging.getLogger('requests_oauthlib').setLevel( logging.WARN) # Suppresses the underlying oauthlib library logging.getLogger('oauthlib.oauth1').setLevel(logging.WARN) -- 2.47.3