The Logs section displays a time-ordered record of all requests handled by Obiguard.
Status
column on the Logs page provides an overview of gateway activity for each request.
You can easily monitor and optimize your usage, as Obiguard tracks all gateway features here along with their current states (such as disabled, triggered, etc.).
/chat/completions
, /completions
, or /embeddings
DO NOT TRACK
option lets you process requests without storing the request and response data in the logs. When this is enabled, only summary metrics such as tokens used, cost, and latency are recorded; the actual request and response content is excluded.
This is useful for handling sensitive information or meeting data privacy requirements, as it allows you to monitor key operational metrics without logging confidential data.
To activate DO NOT TRACK for a request, set the debug flag to false when creating your Obiguard or OpenAI client, or add the x-obiguard-debug:false
header to your request.