Open Source Log Management

Beautiful logs for modern applications

Capture, organize, and analyze your application logs with ease. Real-time monitoring, powerful search, and intuitive dashboards.

Send your first log
curl -X POST https://logabelle.app/api/logs/PROJECT_ID \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "category": "info",
    "label": "user-action",
    "log_body": {
      "message": "User logged in",
      "userId": "12345"
    }
  }'

Everything you need

Powerful features designed for developers who care about their logs

Real-time Monitoring

View logs as they arrive with automatic updates every 10 seconds. Never miss a critical event.

Powerful Search

Search through JSON data instantly. Find what you need with full-text search across all log fields.

Secure by Default

API key authentication with project-level access control. Your logs stay private and secure.

Visual Analytics

Beautiful charts and dashboards to understand your log patterns. Track trends over time.

Categorized Logs

Organize logs by severity (fatal, error, warn, info, debug) and custom labels.

JSON Storage

Store complex structured data with interactive JSON viewer. Expand and explore nested objects.

Built for developers

Color-coded log categories for instant recognition

FATAL

Critical errors that cause system failure

ERROR

Errors that need immediate attention

WARN

Warning messages to monitor

INFO

Informational messages and events

DEBUG

Detailed debugging information

Ready to get started?

Create your account and start logging in minutes. No credit card required.