Add configurable RUST_LOG for ./net.sh sanity

This commit is contained in:
Michael Vines
2019-01-09 12:57:00 -07:00
committed by Grimes
parent 639bed2f6d
commit 28431ff22c
2 changed files with 6 additions and 4 deletions

View File

@ -50,6 +50,9 @@ while [[ $1 = -o ]]; do
esac
done
RUST_LOG="$1"
export RUST_LOG=${RUST_LOG:-solana=info} # if RUST_LOG is unset, default to info
source net/common.sh
loadConfigFile