From 8653e8dfe559a04e61b6baaaf624a9de5401b171 Mon Sep 17 00:00:00 2001 From: Daniel Leal Date: Mon, 31 Mar 2025 11:00:18 +0100 Subject: [PATCH] [AIG]: remove beta badges from the ai gateway logs --- .../docs/ai-gateway/observability/logging/index.mdx | 9 +++------ .../docs/ai-gateway/observability/logging/logpush.mdx | 3 --- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/src/content/docs/ai-gateway/observability/logging/index.mdx b/src/content/docs/ai-gateway/observability/logging/index.mdx index cd96b55466bcbb..3bcc5c51c5b3fa 100644 --- a/src/content/docs/ai-gateway/observability/logging/index.mdx +++ b/src/content/docs/ai-gateway/observability/logging/index.mdx @@ -1,9 +1,6 @@ --- pcx_content_type: reference title: Logging -sidebar: - badge: - text: Beta --- import { Render } from "~/components"; @@ -53,7 +50,7 @@ curl https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/openai/chat/ ## Managing log storage To manage your log storage effectively, you can: -- Set Storage Limits: Configure a limit on the number of logs stored per gateway in your gateway settings to ensure you only pay for what you need. +- Set Storage Limits: Configure a limit on the number of logs stored per gateway in your gateway settings to ensure you only pay for what you need. - Enable Automatic Log Deletion: Activate the Automatic Log Deletion feature in your gateway settings to automatically delete the oldest logs once the log limit you’ve set or the default storage limit of 10 million logs is reached. This ensures new logs are always saved without manual intervention. ## How to delete logs @@ -62,7 +59,7 @@ To manage your log storage effectively and ensure continuous logging, you can de ### Automatic Log Deletion -​To maintain continuous logging within your gateway's storage constraints, enable Automatic Log Deletion in your Gateway settings. This feature automatically deletes the oldest logs once the log limit you've set or the default storage limit of 10 million logs is reached, ensuring new logs are saved without manual intervention. +​To maintain continuous logging within your gateway's storage constraints, enable Automatic Log Deletion in your Gateway settings. This feature automatically deletes the oldest logs once the log limit you've set or the default storage limit of 10 million logs is reached, ensuring new logs are saved without manual intervention. ### Manual deletion @@ -88,4 +85,4 @@ See full list of available filters and their descriptions below: ### API deletion -You can programmatically delete logs using the AI Gateway API. For more comprehensive information on the `DELETE` logs endpoint, check out the [Cloudflare API documentation](https://developers.cloudflare.com/api/resources/ai_gateway/subresources/logs/methods/delete/). +You can programmatically delete logs using the AI Gateway API. For more comprehensive information on the `DELETE` logs endpoint, check out the [Cloudflare API documentation](https://developers.cloudflare.com/api/resources/ai_gateway/subresources/logs/methods/delete/). diff --git a/src/content/docs/ai-gateway/observability/logging/logpush.mdx b/src/content/docs/ai-gateway/observability/logging/logpush.mdx index d1687916083730..5a255afc5f9d17 100644 --- a/src/content/docs/ai-gateway/observability/logging/logpush.mdx +++ b/src/content/docs/ai-gateway/observability/logging/logpush.mdx @@ -1,9 +1,6 @@ --- pcx_content_type: reference title: Workers Logpush -sidebar: - badge: - text: Beta --- import { Render, Tabs, TabItem } from "~/components";