diff --git a/docs/my-website/docs/proxy/ui_logs.md b/docs/my-website/docs/proxy/ui_logs.md index 6ab53db3b6..a3c5237962 100644 --- a/docs/my-website/docs/proxy/ui_logs.md +++ b/docs/my-website/docs/proxy/ui_logs.md @@ -25,13 +25,16 @@ View Spend, Token Usage, Key, Team Name for Each Request to LiteLLM ## Tracking - Request / Response Content in Logs Page -If you want to switch on request and response content tracking, you need to opt in with this setting +If you want to view request and response content on LiteLLM Logs, you need to opt in with this setting ```yaml general_settings: store_prompts_in_spend_logs: true ``` + + + ## Stop storing Error Logs in DB If you do not want to store error logs in DB, you can opt out with this setting diff --git a/docs/my-website/img/ui_request_logs_content.png b/docs/my-website/img/ui_request_logs_content.png new file mode 100644 index 0000000000..74673b5553 Binary files /dev/null and b/docs/my-website/img/ui_request_logs_content.png differ