Yeet env_logger into the sun (#7872)

- Remove explicit `env_logger` usage from `state_processing` tests and `lcli`.
- Set up tracing correctly for `lcli` (I've checked that we can see logs after this change).
- I didn't do anything to set up logging for the `state_processing` tests, as these are rarely run manually (they never fail). We could add `test_logger` in there on an as-needed basis.
This commit is contained in:
Michael Sproul
2025-08-15 13:17:26 +10:00
committed by GitHub
parent 5ebb44e222
commit 42f6d7b02d
6 changed files with 15 additions and 55 deletions

View File

@@ -41,5 +41,4 @@ types = { workspace = true }
[dev-dependencies]
beacon_chain = { workspace = true }
env_logger = { workspace = true }
tokio = { workspace = true }