We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7cb9ae commit 65b985aCopy full SHA for 65b985a
1 file changed
cmd/nebula/cmd_crawl.go
@@ -213,6 +213,7 @@ func CrawlAction(c *cli.Context) error {
213
if err != nil {
214
log.WithError(err).Warnln("Failed querying bootstrap peers")
215
}
216
+ log.WithField("limit", 10).Infof("Queried %d bootstrap peers\n", len(bpAddrInfos))
217
218
// Inserting a crawl row into the db so that we
219
// can associate results with this crawl via
0 commit comments