Capture, organize, and analyze your application logs with ease. Real-time monitoring, powerful search, and intuitive dashboards.
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"
}
}'Powerful features designed for developers who care about their logs
View logs as they arrive with automatic updates every 10 seconds. Never miss a critical event.
Search through JSON data instantly. Find what you need with full-text search across all log fields.
API key authentication with project-level access control. Your logs stay private and secure.
Beautiful charts and dashboards to understand your log patterns. Track trends over time.
Organize logs by severity (fatal, error, warn, info, debug) and custom labels.
Store complex structured data with interactive JSON viewer. Expand and explore nested objects.
Color-coded log categories for instant recognition
Critical errors that cause system failure
Errors that need immediate attention
Warning messages to monitor
Informational messages and events
Detailed debugging information