From 949af7be2ec114b9d9bae792f504ffc68ceb8417 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 9 Sep 2024 16:49:26 -0700 Subject: [PATCH] fix team based logging doc --- docs/my-website/docs/proxy/team_logging.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/my-website/docs/proxy/team_logging.md b/docs/my-website/docs/proxy/team_logging.md index c593f23bf..fb177da76 100644 --- a/docs/my-website/docs/proxy/team_logging.md +++ b/docs/my-website/docs/proxy/team_logging.md @@ -208,8 +208,8 @@ curl -X POST 'http://0.0.0.0:4000/key/generate' \ -d '{ "metadata": { "logging": [{ - "callback_name": "langfuse", # 'otel', 'langfuse', 'lunary' - "callback_type": "success" # set, if required by integration - future improvement, have logging tools work for success + failure by default + "callback_name": "langfuse", # "otel", "langfuse", "lunary" + "callback_type": "success", # "success", "failure", "success_and_failure" "callback_vars": { "langfuse_public_key": "os.environ/LANGFUSE_PUBLIC_KEY", # [RECOMMENDED] reference key in proxy environment "langfuse_secret_key": "os.environ/LANGFUSE_SECRET_KEY", # [RECOMMENDED] reference key in proxy environment