From 2516360ceb14db6989d8e2ca79a344d2d9430762 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 25 Sep 2024 06:37:38 -0700 Subject: [PATCH] docs show all configs --- docs/my-website/docs/proxy/configs.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/my-website/docs/proxy/configs.md b/docs/my-website/docs/proxy/configs.md index a4b5003cbeb..980a781ac5f 100644 --- a/docs/my-website/docs/proxy/configs.md +++ b/docs/my-website/docs/proxy/configs.md @@ -764,6 +764,11 @@ general_settings: "redact_user_api_key_info": "boolean" # Redact information about the user api key (hashed token, user_id, team id, etc.), from logs. Currently supported for Langfuse, OpenTelemetry, Logfire, ArizeAI logging. }, # ALL (https://github.com/BerriAI/litellm/blob/main/litellm/__init__.py) + "callback_settings": { + "otel": { # OTEL logging callback specific settings + "message_logging": "boolean" + } + }, "general_settings": { "completion_model": "string", "disable_spend_logs": "boolean", # turn off writing each transaction to the db