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
| Tier | Platform fee | Included / month | Overage |
|---|---|---|---|
| starter | $19/mo | 500,000 events | $8/M events after that |
| team | $49/mo | 2,000,000 events | $6/M events after that |
| scale | $129/mo | 10,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 ownerX-LoggerMan-Usage-Included— allowance for the owner's tierX-LoggerMan-Usage-Percent— percent of included volume usedX-LoggerMan-Usage-Warning—approaching_limitat ≥80%, oroveragewhen 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.