Fantom-foundation / Aida

Aida is a block-processing testing infrastructure for EVM-compatible chains.
GNU Lesser General Public License v3.0
5 stars 12 forks source link

Enhance eth tests logging #1125

Closed cabrador closed 3 months ago

cabrador commented 3 months ago

Description

This PR improves logging in eth-test:

  1. Remove ProgressLogger as this tool is not a correct place to use this kind of logger
  2. Disable eth-logger as it spams unusable information everytime a new geth database is created
  3. Improve eth-state-test-logger by dividing log into Notice which logs every time a new test file is being ran and Info which logs the fork of the test.
  4. Add file progress loggin

Type of change