DevXP2 - Mediumenhancementgood first issue
Repository metrics
- Stars
- (16 stars)
- PR merge metrics
- (PR metrics pending)
説明
Debugging is a huge headache at this point, since we don't have any way of really generating verbose logs from the node/rpc and sometimes it fails silently.
We need to add something to display the logs from the node in a verbose way, most likely something like:
RUST_LOG="info,eth-rpc=debug,error,evm=debug,sc_rpc_server=info,runtime::revive=debug
We also need to define some values to display compiler outputs for logging and later debugging.