Log more data.

This commit is contained in:
Darko Poljak 2017-09-17 20:30:07 +02:00
commit 764ea49904
4 changed files with 8 additions and 4 deletions

View file

@ -309,7 +309,8 @@ class Remote(object):
stderr = None
output, errout = exec_util.call_get_output(
command, env=os_environ, stderr=stderr)
self.log.trace("Remote stdout: {}".format(output))
self.log.trace("Command: {}; remote stdout: {}".format(
command, output))
# Currently, stderr is not captured.
# self.log.trace("Remote stderr: {}".format(errout))
if return_output: