-
feat: replace log with rs/zerolog for structured logging
released this
2026-01-31 18:18:24 +00:00 | 55 commits to main since this releaseSwitch from the standard library log package to rs/zerolog with
ConsoleWriter for colorful terminal output in dev mode and JSON
output in production. Users can now provide their own logger via
Options.Logger or set the level via Options.LogLevel.Downloads