We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e19ab8 commit 1e7880eCopy full SHA for 1e7880e
moatless/runtime/local.py
@@ -300,7 +300,7 @@ async def _execute_command(
300
301
bash_command = f'bash -l -c "{command}"'
302
303
- logger.debug(f"Executing command: {bash_command} in {cwd}")
+ logger.info(f"Executing command: {bash_command} in {cwd} with timeout {timeout}")
304
process = await asyncio.create_subprocess_shell(
305
bash_command,
306
cwd=str(self.repo_path),
0 commit comments