From 71a2b794b4f7f60ddf05339bf781f716c196c027 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Sat, 5 Jan 2019 08:28:32 -0800 Subject: [PATCH] Enable info logging on non-perf clusters to aid debug of failures --- ci/testnet-manager.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/testnet-manager.sh b/ci/testnet-manager.sh index dc19d0238a..294421b609 100755 --- a/ci/testnet-manager.sh +++ b/ci/testnet-manager.sh @@ -183,6 +183,7 @@ start() { set -x NO_LEDGER_VERIFY=1 \ NO_VALIDATOR_SANITY=1 \ + RUST_LOG=solana=info \ ci/testnet-deploy.sh edge-testnet-solana-com ec2 us-west-1a \ -t "$CHANNEL_OR_TAG" -n 3 -c 0 -P -a eipalloc-0ccd4f2239886fa94 \ ${maybeDelete:+-d} @@ -204,6 +205,7 @@ start() { set -x NO_LEDGER_VERIFY=1 \ NO_VALIDATOR_SANITY=1 \ + RUST_LOG=solana=info \ ci/testnet-deploy.sh beta-testnet-solana-com ec2 us-west-1a \ -t "$CHANNEL_OR_TAG" -n 3 -c 0 -P -a eipalloc-0f286cf8a0771ce35 \ -b \ @@ -226,6 +228,7 @@ start() { set -x NO_LEDGER_VERIFY=1 \ NO_VALIDATOR_SANITY=1 \ + RUST_LOG=solana=info \ ci/testnet-deploy.sh testnet-solana-com ec2 us-west-1a \ -t "$CHANNEL_OR_TAG" -n 3 -c 0 -P -a eipalloc-0fa502bf95f6f18b2 \ -b \