From: Zack Cerza Date: Thu, 8 Jan 2026 20:22:04 +0000 (-0700) Subject: maas: Tweak logging fix X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=705c4c966ae547b4d86b4fb6153a202679a3d206;p=teuthology.git maas: Tweak logging fix Signed-off-by: Zack Cerza --- 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)