From e73cbdda616ba1eb56cf1226e4a0c57275f34d5d Mon Sep 17 00:00:00 2001 From: Sagar Dhawan Date: Thu, 15 Aug 2019 19:42:27 -0700 Subject: [PATCH] Reduce log level for known issue (#5536) automerge --- core/src/cluster_info.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );