Papertrail
Replaceable in one session with an AI coding agent.
Hosted log aggregation with a live tail and search: point syslog at it and every machine’s output is in one searchable place.
Build me log aggregation that replaces Papertrail: every machine's output in one searchable place, that survives the machine. STACK - Loki for storage and search, or SQLite with FTS5 if the volume is genuinely small. **Do not write a log store** - Vector or the syslog daemon already on the machine as the shipper - Node 20+ with Fastify for the search page and alerts - Caddy in front, **on a machine that is not the one being logged** WHY THAT LAST POINT IS THE WHOLE THING - Logs are read when a machine is in trouble. If they live on that machine, they are unreachable exactly when they matter, and if the disk filled they are the reason - So: ship off the box, always. That single decision is most of the value here SHIPPING - Structured logs, one JSON object per line, with a level, a timestamp, a service and a request id. **A log line that is a sentence cannot be queried**, and this is the biggest lever on usefulness - A request id threaded through everything, so one identifier joins every line of one request - The shipper buffers to disk and resumes, so a network blip loses nothing - Labels are dimensions, not identifiers: never a user id or a full parameterised path, because each distinct value is a new stream and cardinality is what kills these systems STORAGE - Loki indexes labels only, not content, which is why it is cheap. Keep the label set small and it runs happily on very little - A stated retention per source, enforced, and a disk watchdog that sheds ingest rather than filling the volume - Compression on, and old data to object storage if the volume justifies it SEARCH AND TAIL - Full-text search with filters by service, level and time, and a live tail that follows - Saved searches for the questions asked during an incident: errors by service, everything for one request id, the slowest requests - Fast enough that somebody opens it at three in the morning rather than grepping a server ALERTS - A saved search, an interval, a threshold, a channel. Deduplicated, with a recovery message - The alerting path must not depend on the infrastructure being watched REDACTION, WHICH IS NOT OPTIONAL - Secrets, tokens and personal data stripped **at the point of logging**, by key name and by pattern. A log store is where data leaks to and stays, and retention makes it permanent - A log containing personal data is subject to the same deletion requests as anything else, so know what is in there WHAT MATTERS MOST Shipping off the machine and structured lines. The first is why the logs exist at all when you need them; the second is why they answer anything.
What you lose
- Logs that outlive the machine that wrote them, which is the point during an incident
- A live tail across every server at once, in a browser
- Retention and search you do not operate
- Alerting on a log line without you writing a watcher
If you would rather not build
- journald with a remote sink, which needs no new software at all
- SQLite with FTS5, genuinely enough below a few gigabytes a day
The escape hatch
open source · no votes, no paid placement
Loki
$0A log store that indexes labels rather than content, so it is cheap to run.
grafana/lokifree · open source
Vector
$0Collects, transforms and ships logs with disk buffering.
vectordotdev/vectorfree · open source
Why this verdict
our own opinion · changed only by a person
84/100
Verdict yes at 84: Loki and Vector do the hard parts and are free. The build is a search page, alerts and the discipline of structured lines.
History
tracked since 14 Aug 2026 · nothing is ever overwritten
Nothing recorded yet. This chart fills in once the page has visitors, votes or prompt copies — it will not draw a flat line to look busy.
Questions about Papertrail
answered from the record above
Is Papertrail free?
No — the plan we track is $7 a month. From around $7/month billed monthly for a small daily log volume and a week of search.
Can you replace Papertrail by building your own?
YES. Replaceable in one session with an AI coding agent. Replacement score 84 out of 100, build time one session. Read what you lose before you decide.
How much does Papertrail cost?
$7 a month on Starter — $84 a year. Recorded 14 Aug 2026.
What do you lose by replacing Papertrail?
Logs that outlive the machine that wrote them, which is the point during an incident; A live tail across every server at once, in a browser; Retention and search you do not operate; Alerting on a log line without you writing a watcher. If any of those carry weight for you, keep paying.
Is there an open-source alternative to Papertrail?
Yes: Loki, Vector. The prompt on this page is for when you want it your way instead.
Related entries
same category first, most replaced first
Every week, something stops being worth paying for.
New verdicts, prices that moved, entries added. One email a week. Unsubscribe in one click. Nothing is being sent yet — your address is kept here, and the first issue is the first thing it is used for.
free forever · no tracking pixel · stored here, never passed to anyone

