mirror of
https://github.com/status-im/op-geth.git
synced 2025-02-11 14:26:45 +00:00
When CLI tests were spanning new nodes, the log level verbosity was hard coded as 6. So the Swarm process was always polluting the test output with TRACE level logs. Now `go test -v ./cmd/swarm -loglevel 0` works as expected.