Contract deployments pollute the log #2742
Labels
fix:bug
Something isn't working
module:execution-core
Issues related to execution-core
type:enhancement
Issues concerning code or feature improvement (performance, refactoring, etc)
Summary
The node logs include the bytecode of contract deployments which is not only irritating but also makes it very hard to filter out the noise. Additionally, I'm not sure what the cap is regarding the bytecode size, so this potentially could also quickly fill up log space.
Not the full log, just a small snippet of it:
Possible Solution (optional)
Please consider removing the bytecode from the logs (or truncate it or whatever), I don't think it's useful for node runners at all.
The text was updated successfully, but these errors were encountered: