From bb433f757c531c3d6dfae4e3ae89f93798afa2fd Mon Sep 17 00:00:00 2001 From: "jose.lausuch" Date: Wed, 27 Jan 2016 13:13:56 +0100 Subject: Remove possible message "No handlers could be found for logger paramiko" Change-Id: Ib6324b96489551cd88eb1639cb61d38bff898638 Signed-off-by: jose.lausuch (cherry picked from commit 438a29faf556a9dcc2a304180ce77a32cc748e35) --- testcases/vPing/CI/libraries/vPing2.py | 1 + 1 file changed, 1 insertion(+) diff --git a/testcases/vPing/CI/libraries/vPing2.py b/testcases/vPing/CI/libraries/vPing2.py index 1a9a531c3..a60ae000f 100644 --- a/testcases/vPing/CI/libraries/vPing2.py +++ b/testcases/vPing/CI/libraries/vPing2.py @@ -57,6 +57,7 @@ formatter = logging.Formatter('%(asctime)s - %(name)s' ch.setFormatter(formatter) logger.addHandler(ch) +paramiko.util.log_to_file("/var/log/paramiko.log") REPO_PATH = os.environ['repos_dir']+'/functest/' if not os.path.exists(REPO_PATH): -- cgit 1.2.3-korg