mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
Value logged as error should be info (#10831)
This commit is contained in:
parent
a809d74b7d
commit
fc29815aa0
@ -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(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user