diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-04-15 12:39:40 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-04-15 12:39:40 +0200 |
commit | f2f19bad6847e315366e5e9ab4952fded0097b1f (patch) | |
tree | fdf9859170ce1af056a16e3ef2304ddf895e4267 /resources/tools/presentation/utils.py | |
parent | be6a64548431c215ba265ee2edc6dc2eb2bff947 (diff) |
CSIT-1041: Trending dashboard
Change-Id: I18f06b67af7ce8894bfbddbd70d2a9c1f33435be
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/utils.py')
-rw-r--r-- | resources/tools/presentation/utils.py | 4 |
1 files changed, 2 insertions, 2 deletions
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.") |