From 7fc3a00b4452d226525c097762db0771cae59b1b Mon Sep 17 00:00:00 2001 From: Mykola Mokhnach Date: Fri, 2 Aug 2024 17:42:25 +0200 Subject: [PATCH] change to debug --- lib/commands/context.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/commands/context.js b/lib/commands/context.js index af80765f6..9a4ae3bcd 100644 --- a/lib/commands/context.js +++ b/lib/commands/context.js @@ -80,7 +80,7 @@ const extensions = { const maxRetriesCount = _.isInteger(this.opts.webviewConnectRetries) ? Math.max(/** @type {number} */ (this.opts.webviewConnectRetries), 1) : undefined; - this.log.info( + this.log.debug( `About to select a web application with ${util.pluralize('retry', maxRetriesCount ?? 20, true)} ` + `and 500ms interval between each retry. Consider customizing the value of 'webviewConnectRetries' ` + `capability to change the amount of retries.`