Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/remote.ts
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ export class Remote {
"SSH proxy diagnostics are being written to",
logDir,
);
return ` --log-dir ${escapeCommandArg(logDir)}`;
return ` --log-dir ${escapeCommandArg(logDir)} -v`;
}

// updateSSHConfig updates the SSH configuration with a wildcard that handles
Expand Down