Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more verbose logging to the command #10

Merged
merged 7 commits into from
Oct 20, 2024
Merged

Add more verbose logging to the command #10

merged 7 commits into from
Oct 20, 2024

Conversation

pshenmic
Copy link
Owner

Issue

We did not have any proper logging flow in the application and its hard to debug client problems, because you can't even see the HEX of the transaction application tries to submit. This PR introduces --verbose flag that can be used to raise logging level

Things done

  • Added new --verbose flag in the command to show debugging information to the user
  • Implemented Logger with 2 levels (INFO / DEBUG)
  • Fix contested resource condtition in the register dpns name command
  • Fix nonce in the masternode vote command

@pshenmic pshenmic self-assigned this Oct 20, 2024
@pshenmic pshenmic merged commit c92e736 into master Oct 20, 2024
1 check passed
@pshenmic pshenmic deleted the feat/logging branch October 20, 2024 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant