Documentation
logging.cheap accepts logs via standard OpenTelemetry Protocol (OTLP). Any OTLP-compatible SDK or collector can send logs — no proprietary client needed. Use the Go SDK, Python SDK, a collector sidecar, or any tool that speaks OTLP.
Getting started takes about five minutes: create an API key, point your OTLP client
at https://logging.cheap, and your logs are stored immediately in cheap blob storage.
The SDK appends /v1/logs automatically.
When you search, logs are streamed and filtered on-demand — no expensive indexes to maintain. Queries complete in seconds.
Integration Guides
Go
Send logs from Go applications using the OpenTelemetry SDK with the otelslog bridge. Works with standard log/slog.
Python
Send logs from Python using the OpenTelemetry SDK with the built-in logging module bridge.
Node.js
Send logs from Node.js using the OpenTelemetry Logs SDK. Includes Express integration with optional console.info bridge.
Stuck or have questions? Drop us a line at — we respond to every email.