Clean up logs

This commit is contained in:
Michał Gątkowski 2022-08-05 22:39:09 +02:00
parent 45ffca7f9b
commit 53d0ba0410

View File

@ -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()