Pricing & usage

Hybrid pricing: flat platform fee per tier, included monthly log volume, then pay-as-you-go overage.

How billing works

LoggerMan uses hybrid pricing: each tier has a flat monthly platform fee, a bundled ingest allowance, and a predictable overage rate when you exceed included volume. There is no free tier — every account selects Starter, Team, or Scale.

Usage is metered per ingested log event (one POST line or one row in a batch counts as one event). Counters reset on the first day of each calendar month (UTC). The dashboard plan banner shows current period usage; successful ingest responses may include usage headers when you are at 80% or more of your allowance.

Tiers

TierPlatform feeIncluded / monthOverage
starter$19/mo500,000 events$8/M events after that
team$49/mo2,000,000 events$6/M events after that
scale$129/mo10,000,000 events$4/M events after that

Feature limits (projects, seats, retention, alerts, API read access) follow the same tiers — see the pricing section on the homepage or your dashboard plan banner.

Ingest response headers

On successful ingest (and some queued responses), you may see:

  • X-LoggerMan-Usage-Period — UTC month key (e.g. 2026-06)
  • X-LoggerMan-Usage-Ingest — events counted this period for the project owner
  • X-LoggerMan-Usage-Included— allowance for the owner's tier
  • X-LoggerMan-Usage-Percent — percent of included volume used
  • X-LoggerMan-Usage-Warning approaching_limit at ≥80%, or overage when past included volume

Stripe billing

Production billing uses Stripe Checkout with prices created in code from the hybrid tiers above (price_data — no fixed Stripe Product IDs). Webhooks update your plan in Convex with idempotent event storage. Open Billing to subscribe or manage invoices via the Customer Portal.

See Billing setup for webhooks and BILLING_ENFORCED. Failed payments get a 7-day read-only grace period before write access is locked.