Skip to content

Commit

Permalink
Makefile: Don't spam console with all nodes' logs
Browse files Browse the repository at this point in the history
  • Loading branch information
alvasw committed Sep 12, 2023
1 parent 803abc3 commit 593d17c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,6 @@ deploy: setup
sleep 5
# generate a block to ensure Bisq nodes get dao-synced
make block
tail -f .localnet/bitcoind_shell.log \
.localnet/seednode_1_shell.log \
.localnet/seednode_2_shell.log \
.localnet/alice_shell.log \
.localnet/bob_shell.log \
.localnet/mediator_shell.log

# Undeploy a running localnet by killing all Bitcoin and Bisq
# node processes, then killing the localnet screen session altogether
Expand Down

0 comments on commit 593d17c

Please sign in to comment.