Skip to content

Commit 8ea908d

Browse files
committed
Enable verbose output when adding a log directory
1 parent 83391f9 commit 8ea908d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/remote.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ export class Remote {
676676
"SSH proxy diagnostics are being written to",
677677
logDir,
678678
);
679-
return ` --log-dir ${escapeCommandArg(logDir)}`;
679+
return ` --log-dir ${escapeCommandArg(logDir)} -v`;
680680
}
681681

682682
// updateSSHConfig updates the SSH configuration with a wildcard that handles

0 commit comments

Comments
 (0)