use stdout?

This commit is contained in:
dignifiedquire
2024-05-18 14:09:05 +02:00
parent 7b046692ae
commit b95a593211

View File

@@ -340,7 +340,7 @@ impl Context {
) -> Result<Context> {
// set the RUST_LOG env var to one of {debug,info,warn} to see logging info
tracing_subscriber::registry()
.with(tracing_subscriber::fmt::layer().with_writer(std::io::stderr))
.with(tracing_subscriber::fmt::layer().with_writer(std::io::stdout))
.with(
EnvFilter::builder()
.with_default_directive(tracing_subscriber::filter::LevelFilter::DEBUG.into())