logging cleanup

This commit is contained in:
Taylor Wilsdon
2025-08-05 15:58:22 -04:00
parent c861d7484a
commit 2f08cec133
8 changed files with 54 additions and 49 deletions

View File

@@ -464,7 +464,7 @@ def set_auth_provider(provider):
"""Set the global auth provider instance."""
global _auth_provider
_auth_provider = provider
logger.info("OAuth 2.1 auth provider configured for Google credential bridging")
logger.debug("OAuth 2.1 session store configured")
def get_auth_provider():