feat(model_management_endpoints.py): emit audit logs on model delete

This commit is contained in:
Krrish Dholakia 2025-03-13 18:48:38 -07:00
parent e90b3d9c4c
commit 37b30395c9
6 changed files with 175 additions and 90 deletions

View file

@ -826,7 +826,7 @@ async def user_update(
return response # type: ignore
# update based on remaining passed in values
except Exception as e:
verbose_proxy_logger.error(
verbose_proxy_logger.exception(
"litellm.proxy.proxy_server.user_update(): Exception occured - {}".format(
str(e)
)