Skip to content

Commit 1e7880e

Browse files
committed
Log timeout
1 parent 2e19ab8 commit 1e7880e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

moatless/runtime/local.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ async def _execute_command(
300300

301301
bash_command = f'bash -l -c "{command}"'
302302

303-
logger.debug(f"Executing command: {bash_command} in {cwd}")
303+
logger.info(f"Executing command: {bash_command} in {cwd} with timeout {timeout}")
304304
process = await asyncio.create_subprocess_shell(
305305
bash_command,
306306
cwd=str(self.repo_path),

0 commit comments

Comments
 (0)