Skip to content

Commit ef8b5ac

Browse files
committed
fix: quiet uninteresting log messages
1 parent 90a27b4 commit ef8b5ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bin/localnet.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,15 @@ up)
6464

6565
(
6666
set -x
67+
RUST_LOG="solana=warn,solana_fullnode=info,solana::drone=info,solana::banking_stage=info"
68+
6769
docker run \
6870
--detach \
6971
--name solana-localnet \
7072
--rm \
7173
--publish 8899:8899 \
7274
--tty \
75+
--env RUST_LOG="$RUST_LOG" \
7376
solanalabs/solana:"$channel"
7477

7578
)

0 commit comments

Comments
 (0)