Skip to content

Commit de3f4c5

Browse files
Logging remote commands
1 parent 7923931 commit de3f4c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sagemaker_ssh_helper/proxy.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ def run_command(self, command):
9898
return retval
9999

100100
def run_command_with_output(self, command):
101+
self.logger.info(f"Running command and capturing output: '{command}'")
101102
self._wait_for_tcp_port()
102103

103104
try:

0 commit comments

Comments
 (0)