Remove obsolete internal multinode-demo/ logging (#4265)

This commit is contained in:
Michael Vines
2019-05-13 10:51:18 -07:00
committed by GitHub
parent 1b68da7572
commit 1393d26f63
4 changed files with 5 additions and 15 deletions

View File

@ -10,9 +10,6 @@
SOLANA_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")"/.. || exit 1; pwd)"
rsync=rsync
bootstrap_leader_logger="tee bootstrap-leader.log"
fullnode_logger="tee fullnode.log"
drone_logger="tee drone.log"
if [[ $(uname) != Linux ]]; then
# Protect against unsupported configurations to prevent non-obvious errors