snix/tvix/tracing/src
Simon Hauser 6a9a4d56a4 feat(tvix/tracing): expose stdout_writer and stderr_writer
Using std::io::{Stdout,StdErr} directly will clobber the output by an
active progress bar. To resolve this issue the exposed writers should be
prefered over `println!` and `eprintln!`.

Change-Id: Ic79465cd4e8b9dad5a138f6b08c5f0de9dcf54a1
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11860
Autosubmit: Simon Hauser <simon.hauser@helsinki-systems.de>
Tested-by: BuildkiteCI
Reviewed-by: flokli <flokli@flokli.de>
2024-07-01 13:55:02 +00:00
..
propagate fix(tvix/tracing): make cargo check and clippy happy 2024-06-26 06:27:15 +00:00
lib.rs feat(tvix/tracing): expose stdout_writer and stderr_writer 2024-07-01 13:55:02 +00:00