fix(utils.py): add metadata to logging obj on setup, if exists

This commit is contained in:
Krrish Dholakia 2024-01-19 17:29:47 -08:00
parent 85836eea8e
commit e957f41ab7
2 changed files with 11 additions and 11 deletions

View file

@ -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