mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-15 23:31:29 +00:00
fix datadog log exceptions
This commit is contained in:
parent
4626c5a365
commit
c2e8f63062
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ class DataDogLogger:
|
|||
f"Datadog Layer Logging - final response object: {response_obj}"
|
||||
)
|
||||
except Exception as e:
|
||||
verbose_logger.debug(
|
||||
verbose_logger.exception(
|
||||
f"Datadog Layer Error - {str(e)}\n{traceback.format_exc()}"
|
||||
)
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue