mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-23 18:25:22 +00:00
refactor(proxy_server.py): more debug statements
This commit is contained in:
@@ -292,7 +292,8 @@ async def user_api_key_auth(
|
||||
else:
|
||||
raise Exception(f"Invalid token")
|
||||
except Exception as e:
|
||||
print_verbose(f"An exception occurred - {traceback.format_exc()}")
|
||||
# print_verbose(f"An exception occurred - {traceback.format_exc()}")
|
||||
traceback.print_exc()
|
||||
if isinstance(e, HTTPException):
|
||||
raise e
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user