Skip to content

Commit

Permalink
Gossip state transfer silent log debug level
Browse files Browse the repository at this point in the history
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 <bartem@il.ibm.com>
  • Loading branch information
C0rWin committed Dec 25, 2016
1 parent 5bf0524 commit 75ee963
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gossip/state/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ type GossipStateProviderImpl struct {
// NewGossipStateProvider creates initialized instance of gossip state provider
func NewGossipStateProvider(g gossip.Gossip, committer committer.Committer) GossipStateProvider {
logger, _ := logging.GetLogger("GossipStateProvider")
logging.SetLevel(logging.DEBUG, logger.Module)

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

0 comments on commit 75ee963

Please sign in to comment.