From 0ef9d790568821ea8ea9389949fb4bb52393b572 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Wed, 11 Mar 2020 11:54:49 -0700 Subject: [PATCH] Collapse verbose buildkite logging (#8794) automerge --- net/net.sh | 2 +- net/remote/remote-sanity.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/net.sh b/net/net.sh index a6e834b89..000cf9f94 100755 --- a/net/net.sh +++ b/net/net.sh @@ -621,7 +621,7 @@ deploy() { $metricsWriteDatapoint "testnet-deploy version=\"${networkVersion:0:9}\"" echo - echo "+++ Deployment Successful" + echo "--- Deployment Successful" echo "Bootstrap validator deployment took $bootstrapNodeDeployTime seconds" echo "Additional validator deployment (${#validatorIpList[@]} validators, ${#blockstreamerIpList[@]} blockstreamer nodes, ${#archiverIpList[@]} archivers) took $additionalNodeDeployTime seconds" echo "Client deployment (${#clientIpList[@]} instances) took $clientDeployTime seconds" diff --git a/net/remote/remote-sanity.sh b/net/remote/remote-sanity.sh index 2aabb648b..4d21afd68 100755 --- a/net/remote/remote-sanity.sh +++ b/net/remote/remote-sanity.sh @@ -82,13 +82,13 @@ else fi fi -echo "+++ $sanityTargetIp: validators" +echo "--- $sanityTargetIp: validators" ( set -x $solana_cli --url http://"$sanityTargetIp":8899 validators ) -echo "+++ $sanityTargetIp: node count ($numSanityNodes expected)" +echo "--- $sanityTargetIp: node count ($numSanityNodes expected)" ( set -x