From 952f70f05a2494e362ad75c2b203f9ef30683b62 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Sat, 21 Jul 2018 08:46:39 +0200 Subject: [PATCH] [mod] info for now for debugging purpose --- run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,