X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Futils.py;h=0bf78f09bfa1c3290fa80ffa66a4827d22e3efbb;hp=8365bfad5c0adf220c17017fbcb749125e6c1d43;hb=f2f19bad6847e315366e5e9ab4952fded0097b1f;hpb=be6a64548431c215ba265ee2edc6dc2eb2bff947 diff --git a/resources/tools/presentation/utils.py b/resources/tools/presentation/utils.py index 8365bfad5c..0bf78f09bf 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.info(stdout) - logging.info(stderr) + logging.debug(stdout) + logging.debug(stderr) if proc.returncode != 0: logging.error(" Command execution failed.")