X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Futils.py;h=8365bfad5c0adf220c17017fbcb749125e6c1d43;hp=0bf78f09bfa1c3290fa80ffa66a4827d22e3efbb;hb=9821b058c2f4901a9b4d66667018da214513ab28;hpb=2553b94d96db0a23b1fa3bfa6a3dae1468f4cb83 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.")