mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
fix: make .exception for detailed error log
This commit is contained in:
parent
6299f07e54
commit
e2ce0aa692
1 changed files with 3 additions and 1 deletions
|
|
@ -1189,7 +1189,9 @@ class SSOAuthenticationHandler:
|
|||
)
|
||||
return user_info
|
||||
except Exception as e:
|
||||
verbose_proxy_logger.error(f"Error upserting SSO user into LiteLLM DB: {e}")
|
||||
verbose_proxy_logger.exception(
|
||||
f"Error upserting SSO user into LiteLLM DB: {e}"
|
||||
)
|
||||
return user_info
|
||||
|
||||
@staticmethod
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue