tvl-depot/tvix/tracing
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
..
src feat(tvix/tracing): expose stdout_writer and stderr_writer 2024-07-01 13:55:02 +00:00
Cargo.toml feat(tvix/tracing): gRPC trace context propagation 2024-06-20 19:21:01 +00:00
default.nix feat(tvix/tracing): add tracing-tracy support 2024-06-14 19:33:44 +00:00