Structured logging made simple. Timberlogs is a modern logging service built for developers who want powerful log management without the complexity. Send logs from any application using our REST API or official SDKs, search and filter with ease, and track user flows across your system.Documentation Index
Fetch the complete documentation index at: https://docs.timberlogs.dev/llms.txt
Use this file to discover all available pages before exploring further.

Features
- REST API - Send logs from any language or platform via simple HTTP POST
- TypeScript SDK - Drop-in SDK with automatic batching and retry
- Python SDK - Full-featured SDK with sync and async support
- CLI - Query logs, inspect flows, and view stats from your terminal
- Powerful Search - Full-text search with support for phrases, exclusions, and OR queries
- Flow Tracking - Link related logs together to trace user journeys
- Real-time Dashboard - Beautiful UI to view, search, and filter logs
- Cloudflare-powered - Built on Cloudflare Workers for global low-latency ingestion
Quick Example
Using the REST API
Send logs from any language with a simple HTTP request:Using the TypeScript SDK
Using the Python SDK
Using the CLI
Get Started
Ready to add structured logging to your app?- Getting Started guide - Get up and running in 5 minutes
- TypeScript SDK - For Node.js/TypeScript projects
- Python SDK - For Python projects
- CLI - Query and search logs from your terminal
- REST API Reference - Send logs from any language