Looking at the documentation for [v3.5](https://etcd.io/docs/v3.5/dev-internal/logging/), [v3.6](https://etcd.io/docs/v3.6/dev-internal/logging/), and the draft [v3.7](https://etcd.io/docs/v3.7/dev-internal/logging/), there's a log level being described that doesn't exist within `zap`: - Notice: Normal, but important (uncommon) log information. - Examples: - Add a new node into the cluster - Add a new user into auth subsystem [This commit](https://github.com/etcd-io/website/commit/3de08c80c5f9be69d72ff07d421c2e83cffa64f3) shows a switchover from `capnslog` to `zap`; it appears during this switchover that the documentation itself wasn't adjusted to compensate.