Commit f7b17660 authored by Matt Joiner's avatar Matt Joiner

Change the bootstrapping subquery log level

parent 931ed229
......@@ -146,7 +146,7 @@ func (dht *IpfsDHT) runBootstrap(ctx context.Context, cfg BootstrapConfig) error
defer logger.EventBegin(ctx, "dhtRunBootstrap").Done()
doQuery := func(n int, target string, f func(context.Context) error) error {
logger.Debugf("Bootstrapping query (%d/%d) to %s", n, cfg.Queries, target)
logger.Infof("Bootstrapping query (%d/%d) to %s", n, cfg.Queries, target)
ctx, cancel := context.WithTimeout(ctx, cfg.Timeout)
defer cancel()
return f(ctx)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment