Skip to content

Commit

Permalink
Stop logging the gossip content message
Browse files Browse the repository at this point in the history
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 <bartem@il.ibm.com>
  • Loading branch information
C0rWin committed Jan 24, 2017
1 parent 8f5dfca commit 62296a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/deliverservice/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ func (d *DeliverService) readUntilClose() {
payload := createPayload(seqNum, t.Block)
// Use payload to create gossip message
gossipMsg := createGossipMsg(d.chainID, payload)
logger.Debug("Creating gossip message", gossipMsg)

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

0 comments on commit 62296a0

Please sign in to comment.