summaryrefslogtreecommitdiff
path: root/internal/log/rotate.go
AgeCommit message (Collapse)Author
2026-02-12Log Rotater: Fix data raceJeroen Wijenbergh
We were accessing the file using stat and trimming + replacing the file handler possibly at the same time. Just put a mutex over everything to protect it better. This was caught using Go's race detector
2025-09-02client: Log more in debug and increase rotation to 10MBJeroen Wijenbergh
2025-08-25Client + Log: Implement a log rotaterJeroen Wijenbergh