Skip to content
Platform

Manage Logs Ingest usage

What you are charged for#

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.

How charges are calculated#

Logs Ingest is charged per GB of log data ingested during the billing cycle.

Usage on your invoice#

Usage is shown as "Logs Ingest" on your invoice.

Pricing#

Pricing details and included quotas will be published here when billing enforcement goes live.

Billing examples#

Billing examples will be published here when pricing is finalized.

View usage#

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.

Optimize usage#

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:

  • Configure Postgres logging settings. Postgres emits logs for connections, checkpoints, statements, and more — many of which can be tuned or disabled. Adjusting settings such as 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.
  • Reduce log-level verbosity in your Edge Functions and server-side code (for example, infowarn in production).
  • Audit verbose logging in your application code. Application-level logs forwarded to Supabase services count toward ingest.
  • Cap log payload size. Large structured payloads can inflate GB-billed volume.
  • Investigate spikes. Use the Logs Explorer in the Dashboard to find services or endpoints producing unusually high volume.

Exceeding Quotas#

If you are on a paid plan and have Spend Cap disabled or your organization is on Team Plan or above, you will pay for any overages.

When you are exceeding your quotas while being on a Free Plan or having Spend Cap enabled, you will get a notification to your billing email address and put under a grace period. For more details, refer to our Fair Use Policy.