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.
A Go CLI for log rotation that doesn't lose writes
Apr 14, 20261 min#go#infra