From 6762a485b9daccf74d6937134066ae1473364671 Mon Sep 17 00:00:00 2001 From: Anton Belodedenko <2033996+ab77@users.noreply.github.com> Date: Tue, 9 Jul 2024 10:38:41 -0700 Subject: [PATCH] SSH (client) verbosity config * help debug random failures during test execution change-type: patch --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9bfd052..ed11904 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -881,6 +881,8 @@ jobs: StrictHostKeyChecking no UserKnownHostsFile /dev/null ProxyCommand sh -c "aws ssm start-session --target %h --document-name AWS-StartSSHSession --parameters 'portNumber=%p'" + # QUIET, FATAL, ERROR, INFO, VERBOSE, DEBUG, DEBUG1, DEBUG2, and DEBUG3 + LogLevel ${{ vars.SSH_VERBOSE || 'ERROR' }} EOF # docs/getting-started.md