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

Remove all unnecessary logging #458

Open
dutterbutter opened this issue Nov 29, 2024 · 0 comments
Open

Remove all unnecessary logging #458

dutterbutter opened this issue Nov 29, 2024 · 0 comments

Comments

@dutterbutter
Copy link
Collaborator

Description

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.

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

No branches or pull requests

1 participant