diff --git a/raft/raft.go b/raft/raft.go index 5eb58cf12..f9f38155d 100644 --- a/raft/raft.go +++ b/raft/raft.go @@ -646,7 +646,7 @@ func (r *raft) appendEntry(es ...pb.Entry) (accepted bool) { } // Track the size of this uncommitted proposal. if !r.increaseUncommittedSize(es) { - r.logger.Debugf( + r.logger.Warningf( "%x appending new entries to log would exceed uncommitted entry size limit; dropping proposal", r.id, )