Skip to content

Commit 35acd0d

Browse files
danielgekRebeccaTamachiro
authored andcommitted
[AIG]: remove beta badges from the ai gateway logs (#21250)
1 parent 1419b54 commit 35acd0d

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

src/content/docs/ai-gateway/observability/logging/index.mdx

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
---
22
pcx_content_type: reference
33
title: Logging
4-
sidebar:
5-
badge:
6-
text: Beta
74
---
85

96
import { Render } from "~/components";
@@ -53,7 +50,7 @@ curl https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/openai/chat/
5350
## Managing log storage
5451
5552
To manage your log storage effectively, you can:
56-
- 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.
53+
- 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.
5754
- 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.
5855
5956
## How to delete logs
@@ -62,7 +59,7 @@ To manage your log storage effectively and ensure continuous logging, you can de
6259
6360
### Automatic Log Deletion
6461
65-
​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.
62+
​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.
6663
6764
### Manual deletion
6865
@@ -88,4 +85,4 @@ See full list of available filters and their descriptions below:
8885
8986
### API deletion
9087
91-
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/).
88+
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/).

src/content/docs/ai-gateway/observability/logging/logpush.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
---
22
pcx_content_type: reference
33
title: Workers Logpush
4-
sidebar:
5-
badge:
6-
text: Beta
74
---
85

96
import { Render, Tabs, TabItem } from "~/components";

0 commit comments

Comments
 (0)