Skip to content

Commit

Permalink
change to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Aug 2, 2024
1 parent d805c13 commit 7fc3a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/context.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.`
Expand Down

0 comments on commit 7fc3a00

Please sign in to comment.