apps/docs/content/guides/platform/manage-your-usage/logs-ingest.mdx
Logs pricing is being rolled out. Pricing details and included quotas on this page are subject to change. This page will be updated when billing enforcement goes live.
</Admonition>You are charged for the total volume of log data that Supabase ingests across all your project's services (Postgres, API gateway, Auth, Storage, Realtime, Edge Functions, etc.) during the billing cycle, measured in GB.
Logs Ingest is charged per GB of log data ingested during the billing cycle.
Usage is shown as "Logs Ingest" on your invoice.
<$Partial path="billing/pricing/pricing_logs_ingest.mdx" />
Billing examples will be published here when pricing is finalized.
You can view Logs Ingest usage on the organization's usage page of the Dashboard. The page shows the usage of all projects by default. To view the usage for a specific project, select it from the dropdown. You can also select a different time period.
Every service in your Supabase project automatically generates logs — you don't write them directly. Log volume scales with your application's traffic and behavior. To reduce ingest volume:
log_connections, log_min_duration_statement, and log_statement can significantly reduce Postgres log volume. See Customizing Postgres configs for the full list of configurable parameters.info → warn in production).<$Partial path="billing/exceeding_usage_quotas.mdx" />