diff --git a/docs/my-website/docs/proxy/logging.md b/docs/my-website/docs/proxy/logging.md index 74a79776fbd..bfe7b262a94 100644 --- a/docs/my-website/docs/proxy/logging.md +++ b/docs/my-website/docs/proxy/logging.md @@ -2099,7 +2099,7 @@ litellm_settings: | `GENERIC_LOGGER_HEADERS` | Optional: Set headers to be sent to the custom API endpoint | No, this is optional | ```shell showLineNumbers title=".env" -GENERIC_LOGGER_ENDPOINT="https://webhook-test.com/30343bc33591bc5e6dc44217ceae3e0a" +GENERIC_LOGGER_ENDPOINT="https://example.com/litellm-webhook" # Optional: Set headers to be sent to the custom API endpoint diff --git a/litellm/litellm_core_utils/logging_callback_manager.py b/litellm/litellm_core_utils/logging_callback_manager.py index 38da11e777a..536d5fa6c1c 100644 --- a/litellm/litellm_core_utils/logging_callback_manager.py +++ b/litellm/litellm_core_utils/logging_callback_manager.py @@ -206,7 +206,7 @@ class LoggingCallbackManager: callback_settings: custom_callback_name: callback_type: generic_api - endpoint: https://webhook-test.com/30343bc33591bc5e6dc44217ceae3e0a + endpoint: https://example.com/litellm-webhook headers: Authorization: Bearer sk-1234 """