mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
feat(model_management_endpoints.py): emit audit logs on model delete
This commit is contained in:
parent
ac7c607a5f
commit
e1476bbc51
6 changed files with 175 additions and 90 deletions
|
@ -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)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue