level:error from:yesterday message:"payment" — not SQL, not Lucene. Filter logs the way you think.
The engine is fast, eating and filtering logs is a breeze.
Loguro groups thousands of logs into a handful of patterns automatically. 1,000 errors become 25 root causes. Stop reading logs one by one — see what actually matters.
--live:off toggles real-time streaming off. If you are full on debugging don't get distracted.
Create a Jira, Linear or GitHub issue from any log. Loguro vectors the message and syncs status, assignee and comments back automatically. On the logs page, an orange indicator appears on any log that already has a linked task — click it to see all related issues without leaving your workflow.
Type -- anywhere to open the full command palette. --diff:yesterday surfaces anomalies. --top:endpoint ranks your noisiest paths. --rate shows logs per hour. --send:slack, --task:jira, --save:my-view — the whole product from one input, on every page.
One command. A live status widget, powered by your logs. Send a heartbeat — it glows blue. Errors spike — it turns red. No heartbeat — red, louder. Copy the iframe, paste it anywhere. Your status page is already running.
Any language. One endpoint.
HTTP POST. JSON body. Node, Python, PHP, Go, Rust, curl — anything with a network stack. Your first log live in under 60 seconds.
curl -X POST https://ingest.logu.ro \
-H "Authorization: Bearer lgu_••••••" \
-d '{
"level": "error",
"message": "DB timeout",
"context": { "user_id": 42, "ms": 3200 }
'
← 201 · ingested · live
Type how you think.
level:error @today context.user_id:42 — plain language, deep context, 50M logs under 500ms. Pattern grouping collapses 1,000 logs into 25 signals automatically.
|
Right here. Never leave.
Create a Jira ticket and notify Slack in one command without leaving the log. Loguro vectorizes the error and watches for it — even after the log expires.
|
01 / 03 — Send. Any language. One endpoint.
We count logs, not gigabytes. No indexing overhead, no compression fees, no surprises. Quota resets every month.
For side projects and exploration
Error patterns watched forever. Logs expire. Problems don't — Loguro remembers every error pattern indefinitely, regardless of plan.