diff --git a/app/api/integrations/simbrella.py b/app/api/integrations/simbrella.py index 9cfd41b..7c4ff4f 100644 --- a/app/api/integrations/simbrella.py +++ b/app/api/integrations/simbrella.py @@ -38,7 +38,7 @@ class SimbrellaIntegration: try: response = requests.post(url, json=payload, timeout=10) - + logger.error(f"This is Response: {str(response)}", exc_info=True) # Raise an error for non-200 responses response.raise_for_status()