Skip to main content

Introduction

LiteLog is a hyper-fast, zero-dependency, single-binary log aggregation system.

It replaces heavyweight stacks like ELK or Prometheus/Grafana for developers who need:

  • Centralized log collection across multiple services
  • SQL-powered log queries directly in the terminal
  • Real-time log streaming
  • A live terminal dashboard

The Problem

Most developers running side projects, indie SaaS, or small production systems resort to:

tail -f app.log | grep error

This gives you no persistence, no structure, and no cross-service view.

Heavy stacks like ELK require 2GB+ RAM, multiple containers, and hours of configuration.

The Solution

./litelog start

One command. A full logging stack. 40MB of RAM.

Core Commands

CommandDescription
litelog startStart the ingestion server
litelog ingestPipe any program's stdout/stderr into LiteLog
litelog queryRun SQL queries on your logs
litelog tailStream real-time logs
litelog dashboardOpen the live terminal dashboard
litelog exportExport logs to JSON or CSV