Skip to content

Commit

Permalink
Renamed persistent logs to logging
Browse files Browse the repository at this point in the history
  • Loading branch information
daisyfaithauma committed Sep 20, 2024
1 parent fcd0cc6 commit af0e807
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
pcx_content_type: reference
title: Persistent logs
title: Logging
sidebar:
badge:
text: Beta
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit af0e807

Please sign in to comment.