mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
etcdserver: fix typo in log message
Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
This commit is contained in:
parent
886d30d223
commit
1411c585be
@ -288,7 +288,7 @@ func NewServer(cfg ServerConfig) (srv *EtcdServer, err error) {
|
||||
if cfg.MaxRequestBytes > recommendedMaxRequestBytes {
|
||||
if cfg.Logger != nil {
|
||||
cfg.Logger.Warn(
|
||||
"exceeded recommended requet limit",
|
||||
"exceeded recommended request limit",
|
||||
zap.Uint("max-request-bytes", cfg.MaxRequestBytes),
|
||||
zap.String("max-request-size", humanize.Bytes(uint64(cfg.MaxRequestBytes))),
|
||||
zap.Int("recommended-request-bytes", recommendedMaxRequestBytes),
|
||||
|
Loading…
x
Reference in New Issue
Block a user