diff --git a/docs/my-website/img/release_notes/logs_v2_tool_tracing.png b/docs/my-website/img/release_notes/logs_v2_tool_tracing.png
new file mode 100644
index 00000000000..a132e1e4a83
Binary files /dev/null and b/docs/my-website/img/release_notes/logs_v2_tool_tracing.png differ
diff --git a/docs/my-website/release_notes/v1.81.6.md b/docs/my-website/release_notes/v1.81.6.md
index ef19276f2cf..b2978d60249 100644
--- a/docs/my-website/release_notes/v1.81.6.md
+++ b/docs/my-website/release_notes/v1.81.6.md
@@ -42,20 +42,9 @@ pip install litellm==1.81.6
## Key Highlights
-Logs View v2 with Tool Call Tracing - Redesigned logs interface with side panel, structured tool visualization, and error message search for faster debugging.
+This release brings improved observability to LiteLLM's Logs UI, enabling developers to easily trace tools sent and called in every request. This means you can now debug agent workflows in production, quickly identify tool execution failures, and view your tools and request content at a glance. The new Logs UI features a side panel with improved UX and pretty print view of request/response.
-Let's dive in.
-
-### Logs View v2 with Tool Call Tracing
-
-This release introduces comprehensive tool call tracing through LiteLLM's redesigned Logs View v2, enabling developers to debug and monitor AI agent workflows in production environments seamlessly.
-
-This means you can now onboard use cases like tracing complex multi-step agent interactions, debugging tool execution failures, and monitoring MCP server calls while maintaining full visibility into request/response payloads with syntax highlighting.
-
-Developers can access the new Logs View through LiteLLM's UI to inspect tool calls in structured format, search logs by error messages or request patterns, and correlate agent activities across sessions with collapsible side panel views.
-
-{/* TODO: Add image from Slack (group_7219.png) - save as logs_v2_tool_tracing.png */}
-{/* */}
+
[Get Started](../../docs/proxy/ui_logs)