rancher/k3k

Migrate from `logrus` to `zap`

Open

#561 opened on Nov 12, 2025

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Go (77 forks)auto 404
enhancementgood first issueteam/collie

Repository metrics

Stars
 (886 stars)
PR merge metrics
 (PR metrics pending)

Description

From the README or logrus it is in maintenance-mode. Latest release is +2y old.

We are already using Zap in our controller and kubelet, so we can use just one logging library. We can also improve the logging of the cli using the stdout to write the messages, while the stderr for the logs.

Contributor guide