[oe-commits] [openembedded-core] 73/122: oeqa/target/ssh: Drop command/output logging to debug level

git at git.openembedded.org git at git.openembedded.org
Mon Dec 4 17:25:51 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch rocko
in repository openembedded-core.

commit 3727fae1e420a60ef8c62da546e1065045b163ff
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Thu Nov 9 10:56:13 2017 +0000

    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.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Armin Kuster <akuster at mvista.com>
---
 meta/lib/oeqa/core/target/ssh.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/lib/oeqa/core/target/ssh.py b/meta/lib/oeqa/core/target/ssh.py
index 927d659..151b99a 100644
--- a/meta/lib/oeqa/core/target/ssh.py
+++ b/meta/lib/oeqa/core/target/ssh.py
@@ -83,7 +83,7 @@ class OESSHTarget(OETarget):
             processTimeout = self.timeout
 
         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)
 
     def copyTo(self, localSrc, remoteDst):

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list