Forráskód Böngészése

contrib/localnet/darkfid-single-node/tmux_sessions.sh: disable net target logging

aggstam 3 éve
szülő
commit
850a1a994e

+ 2 - 3
contrib/localnet/darkfid-single-node/tmux_sessions.sh

@@ -1,8 +1,7 @@
 #!/bin/sh
 #!/bin/sh
 set -e
 set -e
 
 
-# Start a tmux session with a lilith node, two consensus nodes, a non-consensus
-# node, and a faucet that's able to mint tokens.
+# Start a tmux session with a consensus nodes and a faucet that's able to mint tokens.
 
 
 if [ "$1" = "-v" ]; then
 if [ "$1" = "-v" ]; then
 	verbose="-v"
 	verbose="-v"
@@ -25,7 +24,7 @@ if [ "$1" = "now" ]; then
 fi
 fi
 
 
 tmux new-session -d
 tmux new-session -d
-tmux send-keys "LOG_TARGETS='!sled' ../../../darkfid ${verbose} -c darkfid0.toml" Enter
+tmux send-keys "LOG_TARGETS='!sled,!net' ../../../darkfid ${verbose} -c darkfid0.toml" Enter
 sleep 10
 sleep 10
 tmux split-window -v
 tmux split-window -v
 tmux send-keys "LOG_TARGETS='!sled,!net' ../../../faucetd ${verbose} -c faucetd.toml" Enter
 tmux send-keys "LOG_TARGETS='!sled,!net' ../../../faucetd ${verbose} -c faucetd.toml" Enter