Use netLogDir
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user