You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we have so many unwanted logs by default. Examples:
set code for address 0x1000000000000000000000000000000000001111
21:49:09 INFO 👷 Balance for address 0x384261137974a54a6032938a73714180e3e3aec4 has been manually set to 42000000000000000000 Wei
21:49:09 INFO 👷 Nonces for address 0xe0ec593e679cd98f371f75c9f7ba58949d9d2633 have been set to 42
21:49:09 INFO 👷 Mined 100 blocks
21:49:09 INFO 🕵️ Account 0x4f9133d1d3f50011a6859807c837bdcb31aaab13 has been impersonated
21:49:09 INFO 🕵️ Executing tx from impersonated account 0x4f9133d1d3f50011a6859807c837bdcb31aaab13
21:49:07 INFO Reverting node to snapshot '5'
21:49:12 INFO created log filter '0x1'
21:49:07 INFO Created snapshot '5'
These should be moved to use tracing::debug options rather then by default as it make the node output very noisy.
The text was updated successfully, but these errors were encountered:
Description
Currently we have so many unwanted logs by default. Examples:
These should be moved to use
tracing::debug
options rather then by default as it make the node output very noisy.The text was updated successfully, but these errors were encountered: