Stop searching. --replay_

Your logs. Searchable, replayable, actionable. No dashboards. No noise.

ingest
45k/s
50M query
<500ms
batch mode
400k/s
logs per query
50M+
--memory logs that survived retention — searchable forever FOREVER LOGS
--replay relive any incident at 1×/2×/10× speed REPLAY
--task open Jira / Linear / GitHub issue from a log ISSUE TRACKERS
--count count all the found logs even if not all are visible COUNT
--send push log context to Slack or Discord MESSAGING
--group group occurrences by default, no messy 1000 logs GROUPING
--separate::message remove json from message and separate to context GROUPING
--diff compare time windows for anomalies ANOMALY DETECTION
--timeline show interactive timeline chart TIMELINE
--alerts manage alerts without switcing any page CORE
--keys that goddamn api key? simple to get CORE
--account see your account settings CORE
--usage see your account usage CORE
--billing see your account billing details and update CORE
--live real-time log streaming LIVE
--rate logs-per-hour velocity chart ANALYTICS
--top top values for any field ANALYTICS
--export async Parquet / CSV export EXPORT
#saved saved filter views shared across team VIEWS
level:error @today human-readable filter syntax QUERY
trace: distributed trace filtering TRACING
--memory logs that survived retention — searchable forever FOREVER LOGS
--replay relive any incident at 1×/2×/10× speed REPLAY
--task open Jira / Linear / GitHub issue from a log ISSUE TRACKERS
--count count all the found logs even if not all are visible COUNT
--send push log context to Slack or Discord MESSAGING
--group group occurrences by default, no messy 1000 logs GROUPING
--separate::message remove json from message and separate to context GROUPING
--diff compare time windows for anomalies ANOMALY DETECTION
--timeline show interactive timeline chart TIMELINE
--alerts manage alerts without switcing any page CORE
--keys that goddamn api key? simple to get CORE
--account see your account settings CORE
--usage see your account usage CORE
--billing see your account billing details and update CORE
--live real-time log streaming LIVE
--rate logs-per-hour velocity chart ANALYTICS
--top top values for any field ANALYTICS
--export async Parquet / CSV export EXPORT
#saved saved filter views shared across team VIEWS
level:error @today human-readable filter syntax QUERY
trace: distributed trace filtering TRACING
features

built for the moment something breaks.

Every feature is reachable from the same filter bar. No tab-hopping. Type a command, get an answer, keep moving.

01 · human-readable queries

Not SQL. Not Lucene. Just how you think.

level:error from:yesterday message:"payment" — plain-language filters, typed the way you describe the problem out loud.

level:error from:yesterday message:"payment" context.user_id:42
02 · query 50M in <500ms

Engine is fast. Filtering is a breeze.

Purpose-built columnar store, sharded on time and service. No sampling, no cold-tier games.

<500ms
50M log query
45k/s
ingest throughput
03 · patterns, not noise

1,000 errors → 25 signals.

Automatic grouping by shape. One row per pattern, with a count.

412stripe.charge timeout
287null address on order
103db pool exhausted
1,482 logs → 25 root causes
04 · live streaming

Debug without distraction.

--live:off freezes the stream. Flip it when you're done focusing.

live
14:32:08ERRPOST /checkout 500
14:32:09INFretry · attempt 2
14:32:10ERRstripe timeout
14:32:11INFheartbeat · billing-worker
05 · CLI everywhere

Type -- anywhere.

Command palette, filter bar, log detail — same verbs, same syntax. 35+ of them.

--diffcompare time windows for anomalies
--top:endpointtop endpoints by error rate
--send:slackpush context to #ops
--save:my-viewsave the current filter
06 · --investigate

AI root-cause, with your codebase in context.

Run --investigate on any error. Loguro finds the exact file and line in your repo, determines the probable cause, grades severity, and writes a fix proposal — saved permanently to the log.

01
finds your code
Searches your codebase by symbol, file path, or message — pins the exact line responsible.
02
streams analysis
Probable cause, affected area, severity grade, suggested fix — markdown-formatted, re-runnable anytime.
03
attach a note
Use --note to pin business context directly to the investigation — "this happens every deploy friday" stays with the error forever.
07 · --task

One log → one ticket. Forever remembered.

File a Linear, Jira, or GitHub issue straight from the filter bar. The moment a task is created, the full log context is pinned permanently — no retention policy ever deletes it. Search it anytime with --memory.

linearENG-4821Checkout 500s after a82f109 — null address
github#1129Add null-guard in OrderService.FinalizeAsync
jiraOPS-312DB pool resize for checkout-rw · waiters=40
log pinned · forever · searchable via --memory
how it works

Zero to insight. Under 60 seconds.

01

Send.

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.

POST /ingest

curl -X POST https://ingest.logu.ro \

-H "Authorization: Bearer lgu_••••" \

-d '{"level":"error","message":"DB timeout"}'

← 201 · ingested · live

02

Find.

Type how you think.

Plain language, deep context, 50M logs under 500ms. Pattern grouping collapses 1,000 logs into 25 signals automatically.

level:error @today context.user_id:42 |
412stripe.charge timeout
287null address on order
103db pool exhausted
03

Act.

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.

--task:linear --send:slack#ops
ENG-4821 created in Linear
posted to #ops · 3 teammates notified
error vectorized · watching permanently
commands

one bar. every command.

Filter bar, ⌘K palette, log detail — same syntax everywhere. Type -- and the command is already there.

AI
--investigate
root-cause analysis with file + line from your codebase
MEMORY
--memory
search logs that survived retention, forever
REPLAY
--replay
relive any incident at 1×, 2×, or 10× speed
ANALYTICS
--rate
logs-per-hour velocity chart
ANALYTICS
--top
top values for any field, ranked by count
ANALYTICS
--diff
compare two time windows for anomalies
ANALYTICS
--timeline
interactive timeline chart over results
LIVE
--live
real-time streaming — flip off to freeze
ISSUES
--task
open Jira, Linear, or GitHub issue from a log
MESSAGING
--send
push log context to Slack or Discord
GROUPING
--group
collapse 1,000 occurrences into 25 patterns
GROUPING
--separate::message
split JSON out of message into context fields
ALERTS
--alerts
manage alert rules without leaving the log view
EXPORT
--export
async Parquet or CSV export of any result set
CORE
--count
count all matched logs even when list is capped
CORE
--keys
create and rotate API keys instantly
STATUS
--embed::status
generate a live status page widget from heartbeats
VIEWS
#saved
saved filter views shared across the team
See all commands
pricing

Pay per log. Nothing else.

We count logs, not gigabytes. No indexing overhead, no compression fees. Quota resets every month.

Free
€0 /mo

For side projects and exploration

  • 1M logs/mo
  • 24h log retention
  • 1 active alert
  • Real-time alerting
  • Human-First Syntax
  • Embed widget (view only)
  • discord notifications
Solo
€19 /mo

For solopreneurs and indie devs

  • 15M logs/mo
  • 14 days log retention
  • 5 active alerts
  • Everything in Free +
  • CSV export
  • Replay (up to 4x)
  • Embed widget
  • 50 AI investigations/mo
  • discord & webhook notifications
Pro
€49 /mo

For growing startups and small teams

  • 75M logs/mo
  • 60 days log retention
  • Unlimited active alerts
  • Everything in Solo +
  • CSV + Parquet export
  • Replay (up to 10x)
  • Slack (any channel)
  • 200 AI investigations/mo
  • discord & webhook & slack notifications
Scale
€129 /mo

For high-velocity engineering teams

  • 300M logs/mo
  • 120 days log retention
  • Unlimited projects
  • Unlimited active alerts
  • Everything in Pro +
  • 1000 AI investigations/mo
  • discord & webhook & slack notifications

All plans include human-readable queries and the full CLI command set.

get started

stop grepping. start asking.

Your logs, searchable in plain English. Your errors, investigated in seconds. Your incidents, replayable forever. No setup ritual.