dashpay / dash-network-deploy

Tools for Dash networks deployment and testing
MIT License
20 stars 19 forks source link

fix: Finer control of dashd_debug and drive debugging #666

Closed ktechmidas closed 1 day ago

ktechmidas commented 1 day ago

Issue being fixed or feature implemented

Individual control of a node's debug level, there are 3 options we can add under a node now:

What was done?

Changed dashmate template to use additional vars from the yml file

How Has This Been Tested?

Testnet on devnet

Breaking Changes

None, if these vars are not defined it will use global vars as before. This PR is backwards compatible

Checklist:

For repository code-owners and collaborators only