diff --git a/litellm/integrations/datadog.py b/litellm/integrations/datadog.py index e6ff29e04..98edf4c11 100644 --- a/litellm/integrations/datadog.py +++ b/litellm/integrations/datadog.py @@ -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