Open Source • Self-Hosted • Production Ready

Log Management
for Developers

High-performance centralized logging with gRPC, RabbitMQ, and PostgreSQL. Self-host or use our cloud. No vendor lock-in.

Star on GitHub
Simple Integration

Start Logging in 3 Lines

Available for TypeScript, Go, Python, and more. Install, configure, log.

TypeScript / JavaScript

Install
npm install @logengine/engine
Usage
import { createPlatformLogger } from "@logengine/engine"
const appLog = createPlatformLogger({
host: "grpc.logengine.io",
apiKey: "your-api-key"
})
appLog.info("Hello")

Go

Install
go get github.com/logengine/sdk
Usage
import "github.com/logengine/sdk"
appLog := sdk.CreatePlateformLogger(
"grpc.logengine.io",
"xxx"
)
appLog.Info("Hello")

Python

Install
pip install logengine-sdk
Usage
from logengine import create_plateform_logger
app_log = create_plateform_logger(
"grpc.logengine.io",
"your-aki-key"
)
app_log.info("Hello")

Rust

Install
cargo add logengine
Usage
use logengine::CreatePlateformLogger;
let appLog = CreatePlateformLogger::new(
"grpc.logengine.io",
"your-api-key"
);
appLog.info("Hello");
Features

Built for Performance

Production-ready features that scale with your infrastructure

gRPC Performance
Lightning-fast binary protocol. Handle 10,000+ logs/sec with sub-5ms latency.
Enterprise Security
API key auth, rate limiting, strict validation. Production-grade security out of the box.
Async Processing
RabbitMQ message queue with automatic retry and exponential backoff.
PostgreSQL Storage
Robust relational database with JSONB. Full SQL power for complex queries.
Zero Data Loss
Graceful shutdown, queue persistence. Battle-tested for production workloads.
Developer First
SDKs, docs, Docker Compose. Get started in 5 minutes with one command.
Architecture

How it Works

Event-driven architecture with async processing

Your App
SDK Client
gRPC Server
:30001
RabbitMQ
Queue
Consumer
Worker
PostgreSQL
:5432
Pricing

Choose Your Deployment

Self-host for free or let us manage it for you

Self-Hosted
$0/forever
Deploy on your infrastructure, keep full control
  • Unlimited logs & applications
  • Full source code access
  • MIT License - commercial use
  • Community support
  • Your data stays with you
Get Started
Coming Soon
Cloud
$29/month
Fully managed, zero maintenance required
  • Managed infrastructure
  • Automatic updates & scaling
  • Advanced analytics dashboard
  • Priority support & SLA
  • 99.9% uptime guarantee

Ready to Start Logging?

Join developers building better applications with LogEngine