[gnome-continuous-yocto/gnomeostree-3.28-rocko: 8195/8267] oeqa/target/ssh: Drop command/output logging to debug level



commit 2f6cffd60565179d4722f75ba002e5eca66f896f
Author: Richard Purdie <richard purdie linuxfoundation org>
Date:   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.
    
    (From OE-Core rev: 3727fae1e420a60ef8c62da546e1065045b163ff)
    
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>
    Signed-off-by: Armin Kuster <akuster mvista com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/lib/oeqa/core/target/ssh.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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):


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]