capture multinode logs by default (#1367)

This commit is contained in:
Rob Walker 2018-09-26 19:30:40 -07:00 committed by GitHub
parent b238c57179
commit 386a96b7e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -8,9 +8,9 @@
#
rsync=rsync
leader_logger="cat"
validator_logger="cat"
drone_logger="cat"
leader_logger="tee leader.log"
validator_logger="tee validator.log"
drone_logger="tee drone.log"
if [[ $(uname) != Linux ]]; then
# Protect against unsupported configurations to prevent non-obvious errors