diff --git a/run.py b/run.py index 232f8b6..cd72b70 100644 --- a/run.py +++ b/run.py @@ -202,7 +202,7 @@ async def run_job(worker, job): cwd = os.path.split(path_to_analyseCI)[0] arguments = f' {job.url_or_path} "{job.name}"' - task_logger.debug(f"Launch command: /bin/bash " + path_to_analyseCI + arguments) + task_logger.info(f"Launch command: /bin/bash " + path_to_analyseCI + arguments) command = await asyncio.create_subprocess_shell("/bin/bash " + path_to_analyseCI + arguments, cwd=cwd, stdout=asyncio.subprocess.PIPE,