fix: quiet uninteresting log messages

This commit is contained in:
Michael Vines 2018-10-14 13:05:05 -07:00
parent c931127748
commit cc68af7bb6
1 changed files with 3 additions and 0 deletions

View File

@ -64,12 +64,15 @@ up)
(
set -x
RUST_LOG="solana=warn,solana_fullnode=info,solana::drone=info,solana::banking_stage=info"
docker run \
--detach \
--name solana-localnet \
--rm \
--publish 8899:8899 \
--tty \
--env RUST_LOG="$RUST_LOG" \
solanalabs/solana:"$channel"
)