mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
fix(utils.py): add metadata to logging obj on setup, if exists
This commit is contained in:
parent
85836eea8e
commit
e957f41ab7
2 changed files with 11 additions and 11 deletions
|
@ -186,4 +186,4 @@ class MaxParallelRequestsHandler(CustomLogger):
|
|||
request_count_api_key, new_val, ttl=60
|
||||
) # save in cache for up to 1 min.
|
||||
except Exception as e:
|
||||
self.print_verbose(f"An exception occurred - {str(e)}") # noqa
|
||||
print(f"An exception occurred - {str(e)}") # noqa
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue