Revive network-test logs files in CI (#7459)

https://github.com/sigp/lighthouse/issues/7187


  This PR adds a writer that implements `tracing_subscriber::fmt::MakeWriter`, which writes logs to separate files for each test.
This commit is contained in:
Akihito Nakano
2025-05-22 11:51:22 +09:00
committed by GitHub
parent 817f14c349
commit 537fc5bde8
5 changed files with 61 additions and 5 deletions

View File

@@ -57,4 +57,3 @@ disable-backfill = []
fork_from_env = ["beacon_chain/fork_from_env"]
portable = ["beacon_chain/portable"]
test_logger = []
ci_logger = []