Skip to content

Commit 75ee963

Browse files
committed
Gossip state transfer silent log debug level
Currently gossip state transfer package configured to log message with DEBUG level, this commit changes it to INFO level. Change-Id: I42a2af41e7ff5e3430b1b74dcae4d5a46728ff12 Signed-off-by: Artem Barger <[email protected]>
1 parent 5bf0524 commit 75ee963

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gossip/state/state.go

-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ type GossipStateProviderImpl struct {
8484
// NewGossipStateProvider creates initialized instance of gossip state provider
8585
func NewGossipStateProvider(g gossip.Gossip, committer committer.Committer) GossipStateProvider {
8686
logger, _ := logging.GetLogger("GossipStateProvider")
87-
logging.SetLevel(logging.DEBUG, logger.Module)
8887

8988
gossipChan, _ := g.Accept(func(message interface{}) bool {
9089
// Get only data messages

0 commit comments

Comments
 (0)