/var/log/chris
❯ cat /blog/2026-04-14-a-go-cli-for-log-rotation-that-doesnt-lose-writes.md

A Go CLI for log rotation that doesn't lose writes

Apr 14, 20261 min#go#infra

Every log rotator I tried had the same flaw: a brief window where a writer could lose data mid-rotation. rotatectl closes that window with a copy-truncate-then-signal approach.