Add debug log output to scripts.

This commit is contained in:
c0gent 2018-07-19 17:32:26 -07:00
parent 7ad7668276
commit 7923e0ffae
No known key found for this signature in database
GPG Key ID: 9CC25E71A743E892
5 changed files with 5 additions and 5 deletions

2
peer0
View File

@ -1,3 +1,3 @@
#/bin/bash
HYDRABADGER_LOG=peer_node::hydrabadger=error,info cargo run --bin peer_node --release -- -b localhost:4000 -r localhost:3001 -r localhost:3004
HYDRABADGER_LOG=peer_node::hydrabadger=error,info,debug cargo run --bin peer_node --release -- -b localhost:4000 -r localhost:3001 -r localhost:3004

2
peer1
View File

@ -1,3 +1,3 @@
#/bin/bash
HYDRABADGER_LOG=peer_node::hydrabadger=error,info cargo run --bin peer_node --release -- -b localhost:3001 -r localhost:4000 -r localhost:3002
HYDRABADGER_LOG=peer_node::hydrabadger=error,info,debug cargo run --bin peer_node --release -- -b localhost:3001 -r localhost:4000 -r localhost:3002

2
peer2
View File

@ -1,4 +1,4 @@
#/bin/bash
HYDRABADGER_LOG=peer_node::hydrabadger=error,info cargo run --bin peer_node --release -- -b localhost:3002 -r localhost:3001 -r localhost:3003
HYDRABADGER_LOG=peer_node::hydrabadger=error,info,debug cargo run --bin peer_node --release -- -b localhost:3002 -r localhost:3001 -r localhost:3003

2
peer3
View File

@ -1,3 +1,3 @@
#/bin/bash
HYDRABADGER_LOG=peer_node::hydrabadger=error,info cargo run --bin peer_node --release -- -b localhost:3003 -r localhost:3002 -r localhost:3004
HYDRABADGER_LOG=peer_node::hydrabadger=error,info,debug cargo run --bin peer_node --release -- -b localhost:3003 -r localhost:3002 -r localhost:3004

2
peer4
View File

@ -1,3 +1,3 @@
#/bin/bash
HYDRABADGER_LOG=peer_node::hydrabadger=error,info cargo run --bin peer_node --release -- -b localhost:3004 -r localhost:3003 -r localhost:4000
HYDRABADGER_LOG=peer_node::hydrabadger=error,info,debug cargo run --bin peer_node --release -- -b localhost:3004 -r localhost:3003 -r localhost:4000