Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

Commit

Permalink
solution: add configured bootstrap logging
Browse files Browse the repository at this point in the history
  • Loading branch information
whilei committed May 25, 2018
1 parent 5150c0e commit b2c7635
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/geth/flag.go
Original file line number Diff line number Diff line change
Expand Up @@ -765,6 +765,8 @@ func logChainConfiguration(ctx *cli.Context, config *core.SufficientChainConfig)
glog.D(logger.Warn).Infof("State starting nonce: %s", logger.ColorGreen(sn))
}

glog.V(logger.Info).Infof("Using %d configured bootnodes", len(config.ParsedBootstrap))
glog.D(logger.Warn).Infof("Using %d configured bootnodes", len(config.ParsedBootstrap))
glog.V(logger.Info).Info(glog.Separator("-"))
}

Expand Down

0 comments on commit b2c7635

Please sign in to comment.