Value logged as error should be info (#10831)

This commit is contained in:
Tim O'Farrell 2025-09-09 08:48:29 -06:00 committed by GitHub
parent a809d74b7d
commit fc29815aa0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -275,7 +275,7 @@ class TokenManager:
self._check_expiration_and_refresh
)
if not token_info:
logger.error(
logger.info(
f'No tokens for user: {username}, identity provider: {idp}'
)
raise ValueError(