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 83391f9 commit 8ea908dCopy full SHA for 8ea908d
src/remote.ts
@@ -676,7 +676,7 @@ export class Remote {
676
"SSH proxy diagnostics are being written to",
677
logDir,
678
);
679
- return ` --log-dir ${escapeCommandArg(logDir)}`;
+ return ` --log-dir ${escapeCommandArg(logDir)} -v`;
680
}
681
682
// updateSSHConfig updates the SSH configuration with a wildcard that handles
0 commit comments