• fix: make setup_logging() resilient to journal logger failure (v0.5.1)

    nevaforget released this 2026-03-28 22:56:39 +01:00 | 25 commits to main since this release

    Replace unwrap() calls with match-based error handling that falls back
    to eprintln — prevents panic when running outside a systemd session.
    Consistent with moonlock's logging init pattern.

    Downloads