CSIT-1041: Trending dashboard
[csit.git] / resources / tools / presentation / utils.py
index 8365bfa..0bf78f0 100644 (file)
@@ -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.")