mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00

During the refactoring process, duplicate logging of the send buffer overflow event was added. Each of these log lines logs exactly the same information, the logging context is sufficient to distinguish the cause. Additionally, the unnecessary context (in parentheses) in the log message was removed, which was necessary without the zap context (with the old logger), but now only confuses.