mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +01:00
Makefile: Don't spam console with all nodes' logs
This commit is contained in:
parent
803abc3d0b
commit
593d17c32f
1 changed files with 0 additions and 6 deletions
6
Makefile
6
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue