X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Futils.py;h=8365bfad5c0adf220c17017fbcb749125e6c1d43;hb=e3554783146e2c4f2b6b5084c8afc707787d6922;hp=0bf78f09bfa1c3290fa80ffa66a4827d22e3efbb;hpb=f2f19bad6847e315366e5e9ab4952fded0097b1f;p=csit.git diff --git a/resources/tools/presentation/utils.py b/resources/tools/presentation/utils.py index 0bf78f09bf..8365bfad5c 100644 --- a/resources/tools/presentation/utils.py +++ b/resources/tools/presentation/utils.py @@ -187,8 +187,8 @@ def execute_command(cmd): stdout, stderr = proc.communicate() - logging.debug(stdout) - logging.debug(stderr) + logging.info(stdout) + logging.info(stderr) if proc.returncode != 0: logging.error(" Command execution failed.")