mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
oeqa/target/ssh: Drop command/output logging to debug level
This ensures the console is kept clear of confusing output but that the main logs contain good debugging information. (From OE-Core rev: caeb5dcfbd3c1d71f8e0eb78b3dd45d5ce349d25) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -83,7 +83,7 @@ class OESSHTarget(OETarget):
|
|||||||
processTimeout = self.timeout
|
processTimeout = self.timeout
|
||||||
|
|
||||||
status, output = self._run(sshCmd, processTimeout, True)
|
status, output = self._run(sshCmd, processTimeout, True)
|
||||||
self.logger.info('\nCommand: %s\nOutput: %s\n' % (command, output))
|
self.logger.debug('Command: %s\nOutput: %s\n' % (command, output))
|
||||||
return (status, output)
|
return (status, output)
|
||||||
|
|
||||||
def copyTo(self, localSrc, remoteDst):
|
def copyTo(self, localSrc, remoteDst):
|
||||||
|
|||||||
Reference in New Issue
Block a user