diff --git a/docs/my-website/docs/proxy/logging.md b/docs/my-website/docs/proxy/logging.md index 680264ec7..52a0d8ca7 100644 --- a/docs/my-website/docs/proxy/logging.md +++ b/docs/my-website/docs/proxy/logging.md @@ -202,6 +202,9 @@ print(response) ### Team based Logging to Langfuse +[👉 Tutorial - Allow each team to use their own Langfuse Project / custom callbacks](team_logging) + ### Redacting Messages, Response Content from Langfuse Logging diff --git a/docs/my-website/docs/proxy/team_based_routing.md b/docs/my-website/docs/proxy/team_based_routing.md index 6a68e5a1f..6254abaf5 100644 --- a/docs/my-website/docs/proxy/team_based_routing.md +++ b/docs/my-website/docs/proxy/team_based_routing.md @@ -71,7 +71,13 @@ curl --location 'http://0.0.0.0:4000/v1/chat/completions' \ }' ``` +## Team Based Logging +[👉 Tutorial - Allow each team to use their own Langfuse Project / custom callbacks](team_logging.md) + + + + diff --git a/docs/my-website/docs/proxy/team_logging.md b/docs/my-website/docs/proxy/team_logging.md index 892a5140e..a6b7080dd 100644 --- a/docs/my-website/docs/proxy/team_logging.md +++ b/docs/my-website/docs/proxy/team_logging.md @@ -5,6 +5,8 @@ import TabItem from '@theme/TabItem'; # 👥📊 Team Based Logging Allow each team to use their own Langfuse Project / custom callbacks + +**This allows you to do the following** ``` Team 1 -> Logs to Langfuse Project 1 Team 2 -> Logs to Langfuse Project 2