From 11fa021016a58a0a86e8e290f917ecf95fac9307 Mon Sep 17 00:00:00 2001 From: Mathieu Dubois-Briand Date: Fri, 26 Sep 2025 17:31:44 +0200 Subject: [PATCH] oeqa: ssh: Use default SSH log level Signed-off-by: Mathieu Dubois-Briand --- meta/lib/oeqa/core/target/ssh.py | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/lib/oeqa/core/target/ssh.py b/meta/lib/oeqa/core/target/ssh.py index fb9a530c4f..6f074181ad 100644 --- a/meta/lib/oeqa/core/target/ssh.py +++ b/meta/lib/oeqa/core/target/ssh.py @@ -38,7 +38,6 @@ class OESSHTarget(OETarget): '-o', 'ServerAliveInterval=30', '-o', 'UserKnownHostsFile=/dev/null', '-o', 'StrictHostKeyChecking=no', - '-o', 'LogLevel=ERROR' ] scp_options = [ '-r' -- 2.47.3