| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-02-12 | Log Rotater: Fix data race | Jeroen 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-02 | client: Log more in debug and increase rotation to 10MB | Jeroen Wijenbergh | |
| 2025-08-25 | Client + Log: Implement a log rotater | Jeroen Wijenbergh | |
