Skip to content

Commit

Permalink
Merge "Gossip state transfer silent log debug level"
Browse files Browse the repository at this point in the history
  • Loading branch information
mastersingh24 authored and Gerrit Code Review committed Dec 25, 2016
2 parents f221189 + 75ee963 commit 43f4e57
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 43f4e57

Please sign in to comment.