diff --git a/litellm/proxy/utils.py b/litellm/proxy/utils.py index 09e772e10..3dac1563c 100644 --- a/litellm/proxy/utils.py +++ b/litellm/proxy/utils.py @@ -436,7 +436,7 @@ class ProxyLogging: asyncio.create_task( self.alerting_handler( - message=f"LLM API call failed: {exception_str}", + message=f"LLM API call failed: `{exception_str}`", level="High", alert_type="llm_exceptions", request_data=request_data,