Skip to content
2 changes: 1 addition & 1 deletion src/content/docs/ai-gateway/observability/logpush.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sidebar:

import { Render } from "~/components";

AI Gateway allows you to securely push logs to an external storage location, where you can decrypt and process them. This guide explains how to set up Logpush for the AI Gateway, generate an RSA key pair for encryption, and decrypt the logs once they are received.
AI Gateway allows you to securely export logs to an external storage location, where you can decrypt and process them. This guide explains how to set up Logpush for AI Gateway, generate an RSA key pair for encryption, and decrypt the logs once they are received.
Logpush has a limit of 4 jobs.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. should this be a note?
  2. Can we add "If you have reached the limit of logs stored for your plan (insert link to limits page), logs will not be exported through Logpush.

Copy link
Contributor Author

@daisyfaithauma daisyfaithauma Sep 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. should this be a note?
  2. Can we add "If you have reached the limit of logs stored for your plan (insert link to limits page), logs will not be exported through Logpush.
  1. I do not think so. It explains what the guide does.
  2. Done


<Render file="limits-increase" product="ai-gateway" />
Expand Down
Loading