harmony icon indicating copy to clipboard operation
harmony copied to clipboard

Add ability to manage public_debug namespace

Open SozinM opened this issue 3 years ago • 0 comments

Summary

Public debug namespace (rpc_call hmy_setLogVerbosity) is not manageable via cmd options or config file.

Current Design

Not manageable

Problems

We host a shared RPC node and don't want to allow users to affect the node state in any way.

Proposal

Make public debug namespace manageable alongside with private debug namespace using:

[RPCOpt]
  DebugEnabled = false

SozinM avatar Mar 09 '22 11:03 SozinM