diff --git a/content/en/docs/v3.5/dev-internal/logging.md b/content/en/docs/v3.5/dev-internal/logging.md index 38a71ba8..778f70d8 100644 --- a/content/en/docs/v3.5/dev-internal/logging.md +++ b/content/en/docs/v3.5/dev-internal/logging.md @@ -4,7 +4,7 @@ weight: 1600 description: Logging level categories --- -etcd uses the [capnslog][capnslog] library for logging application output categorized into *levels*. A log message's level is determined according to these conventions: +etcd uses the [zap][zap] library for logging application output categorized into *levels*. A log message's level is determined according to these conventions: * Error: Data has been lost, a request has failed for a bad reason, or a required resource has been lost * Examples: @@ -30,4 +30,4 @@ etcd uses the [capnslog][capnslog] library for logging application output catego * Send a normal message to a remote peer * Write a log entry to disk -[capnslog]: https://github.com/coreos/pkg/tree/master/capnslog +[zap]: https://github.com/uber-go/zap diff --git a/content/en/docs/v3.6/dev-internal/logging.md b/content/en/docs/v3.6/dev-internal/logging.md index 38a71ba8..778f70d8 100644 --- a/content/en/docs/v3.6/dev-internal/logging.md +++ b/content/en/docs/v3.6/dev-internal/logging.md @@ -4,7 +4,7 @@ weight: 1600 description: Logging level categories --- -etcd uses the [capnslog][capnslog] library for logging application output categorized into *levels*. A log message's level is determined according to these conventions: +etcd uses the [zap][zap] library for logging application output categorized into *levels*. A log message's level is determined according to these conventions: * Error: Data has been lost, a request has failed for a bad reason, or a required resource has been lost * Examples: @@ -30,4 +30,4 @@ etcd uses the [capnslog][capnslog] library for logging application output catego * Send a normal message to a remote peer * Write a log entry to disk -[capnslog]: https://github.com/coreos/pkg/tree/master/capnslog +[zap]: https://github.com/uber-go/zap