foundry-rs / foundry

Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.
https://getfoundry.sh
Apache License 2.0
8.17k stars 1.7k forks source link

chore: reduce verbosity for ext tests #8275

Closed klkvr closed 3 months ago

klkvr commented 3 months ago

Motivation

Logs with -vvvvv are not helpful, and github is having hard time loading them in UI

Solution

DaniPopes commented 3 months ago

The initial motivation was to exercise the trace and logging code