capture multinode logs by default (#1367)
This commit is contained in:
@ -8,9 +8,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
rsync=rsync
|
rsync=rsync
|
||||||
leader_logger="cat"
|
leader_logger="tee leader.log"
|
||||||
validator_logger="cat"
|
validator_logger="tee validator.log"
|
||||||
drone_logger="cat"
|
drone_logger="tee drone.log"
|
||||||
|
|
||||||
if [[ $(uname) != Linux ]]; then
|
if [[ $(uname) != Linux ]]; then
|
||||||
# Protect against unsupported configurations to prevent non-obvious errors
|
# Protect against unsupported configurations to prevent non-obvious errors
|
||||||
|
Reference in New Issue
Block a user