Skip to content

Commit 62296a0

Browse files
committed
Stop logging the gossip content message
Currently for debug purposes there is a log printout which prints gossiping message from the delivery service client. This is usefull while doing small debuging and testing, while in heavy load it garbages the console. This commit is to stop printing this message to reduce log output and make it more usefull. Change-Id: I20e3c38e9076cec09fd9438b42d3a56882399b54 Signed-off-by: Artem Barger <[email protected]>
1 parent 8f5dfca commit 62296a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/deliverservice/client.go

-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ func (d *DeliverService) readUntilClose() {
211211
payload := createPayload(seqNum, t.Block)
212212
// Use payload to create gossip message
213213
gossipMsg := createGossipMsg(d.chainID, payload)
214-
logger.Debug("Creating gossip message", gossipMsg)
215214

216215
logger.Debugf("Adding payload locally, buffer seqNum = [%d], peers number [%d]", seqNum, numberOfPeers)
217216
// Add payload to local state payloads buffer

0 commit comments

Comments
 (0)