- Category
- Developer Tools
- Pricing
- Open Source
- Type
- TOOL
- GitHub
- 7 stars
- Date
About
dllog is a Go logging library that buffers debug-level log records in a bounded per-operation ring buffer, keeping output quiet at Info level during successful operations but replaying the buffered Debug records automatically when an operation fails. This avoids the usual tradeoff between flooding production logs with Debug output and losing the context needed to diagnose an error.
Why it made the leaderboard
It lets services stay quiet at Info level in normal operation while automatically surfacing the exact Debug trail behind a failure, cutting debugging time without permanently verbose logs.
Tags
gologgingdebuggingobservabilitylibrary
Tech Stack
Go
Comments (0)
No comments yet
Editorially curated, with community endorsements as a secondary signal. Corrections welcome.
