no need to log stdout at log level info

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
remotes/origin/prometheus
Steven Armstrong 8 years ago
parent d10ba1e587
commit 448126f498
  1. 2
      cdist/exec/local.py

@ -213,7 +213,7 @@ class Local(object):
try:
if save_output:
output, errout = exec_util.call_get_output(command, env=env)
self.log.info("Local stdout: {}".format(output))
self.log.debug("Local stdout: {}".format(output))
# Currently, stderr is not captured.
# self.log.debug("Local stderr: {}".format(errout))
if return_output:

Loading…
Cancel
Save