Clean up logs
This commit is contained in:
parent
45ffca7f9b
commit
53d0ba0410
@ -91,7 +91,7 @@ func (is *IndexingService) index() {
|
|||||||
if routingTableLen == 0 {
|
if routingTableLen == 0 {
|
||||||
is.bootstrap()
|
is.bootstrap()
|
||||||
} else {
|
} else {
|
||||||
zap.L().Info("Latest status:", zap.Int("n", routingTableLen),
|
zap.L().Debug("Latest status:", zap.Int("n", routingTableLen),
|
||||||
zap.Uint("maxNeighbors", is.maxNeighbors))
|
zap.Uint("maxNeighbors", is.maxNeighbors))
|
||||||
//TODO
|
//TODO
|
||||||
is.findNeighbors()
|
is.findNeighbors()
|
||||||
|
Loading…
Reference in New Issue
Block a user