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

@@ -107,6 +107,8 @@ impl TestRig {
// deterministic seed
let rng = ChaCha20Rng::from_seed([0u8; 32]);
init_tracing();
TestRig {
beacon_processor_rx,
beacon_processor_rx_queue: vec![],