Log Aggregation
That's Actually Cheap

Query-time indexing. OTLP compatible. S3-backed storage.
10x cheaper than traditional logging platforms.

Example API request to send logs
// Send logs via OTLP
curl -X POST https://api.logging.cheap/v1/logs \
  -H "Authorization: Bearer cl_live_YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"resourceLogs":[...]}'

// That's it. No complex setup.

How It Works

Traditional logging is expensive. We fixed that.

Query-Time Indexing

Forget expensive hot indexes. We build ephemeral indexes only when you search. Your logs sleep in cheap S3 storage until you need them.

OTLP Compatible

Standard OpenTelemetry Protocol. Works with your existing logging infrastructure. Drop-in replacement, zero vendor lock-in.

S3-Backed Storage

Logs stored as simple NDJSON files in object storage. Pay pennies per GB. Query when you need. Scale infinitely.

Pricing Comparison

$$$ $

Traditional logging: Pay for ingestion, storage, and hot indexes.
logging.cheap: Pay for S3 storage ($0.023/GB) + query compute (only when you search).