• v0.3.1 a7ace9099f

    feat: replace log with rs/zerolog for structured logging

    ryan released this 2026-01-31 18:18:24 +00:00 | 55 commits to main since this release

    Switch 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