Skip to content

Commit 93ab80e

Browse files
committed
impl: log when ssh config is done
SSH config manipulation is a heavy operation that involves disk writing and can take long time. Logs are added so that we can easily identify when the ssh configuration writing is done.
1 parent 42dd7c6 commit 93ab80e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/kotlin/com/coder/toolbox/cli/CoderCLIManager.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@ class CoderCLIManager(
315315
) {
316316
context.logger.info("Configuring SSH config at ${context.settingsStore.sshConfigPath}")
317317
writeSSHConfig(modifySSHConfig(readSSHConfig(), wsWithAgents, feats))
318+
context.logger.info("Finished configuring SSH config")
318319
}
319320

320321
/**

0 commit comments

Comments
 (0)