DevXP2 - Mediumenhancementgood first issue
Metriche repository
- Star
- (16 star)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
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.