diff --git a/src/content/docs/ai-gateway/observability/persistent-logs.mdx b/src/content/docs/ai-gateway/observability/logging.mdx similarity index 98% rename from src/content/docs/ai-gateway/observability/persistent-logs.mdx rename to src/content/docs/ai-gateway/observability/logging.mdx index fe1fd455b39accf..f393801eb297120 100644 --- a/src/content/docs/ai-gateway/observability/persistent-logs.mdx +++ b/src/content/docs/ai-gateway/observability/logging.mdx @@ -1,6 +1,6 @@ --- pcx_content_type: reference -title: Persistent logs +title: Logging sidebar: badge: text: Beta @@ -34,7 +34,7 @@ If you turn off logging and are using Logpush, this will prevent the response an To override the default logging behavior set in the settings tab, you can define headers on a per-request basis. -## `collect_logs` +## Collect logs (collect_logs) The `collect_logs` header allows you to bypass the default log setting for the gateway. If the gateway is configured to save logs, the header will exclude the user prompt and model response data for that specific request. Conversely, if logging is disabled at the gateway level, this header will save the user prompt and model response data for that request.