diff --git a/core/src/cluster_info.rs b/core/src/cluster_info.rs index 86b9df8a7c..8fff60bf10 100644 --- a/core/src/cluster_info.rs +++ b/core/src/cluster_info.rs @@ -873,7 +873,7 @@ impl ClusterInfo { if msg_size < MAX_PROTOCOL_PAYLOAD_SIZE as u64 { msgs.push(msg); } else { - warn!( + debug!( "dropping message larger than the maximum payload size {:?}", msg );