Show HN: Dllog – Replay debug logs when an operation fails
Summary
Dllog is a Go-based logging solution that buffers per-operation debug records and replays them when an operation fails, preserving context without flooding production logs. It integrates with slog and zap and emphasizes per-request buffering, bounded memory, and replay semantics to improve observability during failures.