Use netLogDir

This commit is contained in:
Michael Vines
2018-12-23 10:33:40 -08:00
parent 7f2fa8bbcb
commit 3c835b692b

View File

@ -484,7 +484,7 @@ logs)
( (
set -x set -x
timeout 30s scp "${sshOptions[@]}" \ timeout 30s scp "${sshOptions[@]}" \
"$ipAddress":solana/"$log".log log/remote-"$log"-"$ipAddress".log "$ipAddress":solana/"$log".log "$netLogDir"/remote-"$log"-"$ipAddress".log
) || echo "failed to fetch log" ) || echo "failed to fetch log"
} }
fetchRemoteLog "${fullnodeIpList[0]}" drone fetchRemoteLog "${fullnodeIpList[0]}" drone