Skip to content

Commit 73ebee3

Browse files
Update src/content/docs/ai-gateway/observability/logging/index.mdx
Co-authored-by: Jun Lee <[email protected]>
1 parent 259c7cb commit 73ebee3

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/ai-gateway/observability/logging

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To override the default logging behavior set in the settings tab, you can define
3636

3737
The `cf-aig-collect-log` 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 log for that specific request. Conversely, if logging is disabled at the gateway level, this header will save the log for that request.
3838

39-
In this example, the gateway is configured to save logs, however we do not want this specific request saved.
39+
In the example below, we use `cf-aig-collect-log` to bypass the default setting to avoid saving the log.
4040

4141
```bash
4242
curl https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/openai/chat/completions \

0 commit comments

Comments
 (0)