Skip to content

Commit

Permalink
fix: quiet uninteresting log messages
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Oct 14, 2018
1 parent 90a27b4 commit ef8b5ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/localnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

)
Expand Down

0 comments on commit ef8b5ac

Please sign in to comment.