Adapt testnet-deploy metric datapoint names to {,bootnode-}fullnode

This commit is contained in:
Michael Vines
2018-12-06 08:04:01 -08:00
parent a20c1b4547
commit f0fe089013
2 changed files with 3 additions and 3 deletions

View File

@ -68,7 +68,7 @@ snap)
ln -sf -T /var/snap/solana/current/leader/current fullnode.log
ln -sf -T /var/snap/solana/current/drone/current drone.log
else
nodeConfig="mode=validator $commonNodeConfig"
nodeConfig="mode=fullnode $commonNodeConfig"
ln -sf -T /var/snap/solana/current/validator/current fullnode.log
fi