bertter debugging

This commit is contained in:
holger krekel
2024-05-18 17:54:12 +02:00
parent 9e8ee7b1c7
commit e6087db69c
4 changed files with 79 additions and 3 deletions

View File

@@ -457,8 +457,8 @@ impl Context {
};
tracing_subscriber::registry()
.with(tracing_subscriber::fmt::layer().with_writer(std::io::stdout))
.with(DeltaLayer(ctx.clone()))
.with(tracing_subscriber::fmt::layer().with_writer(std::io::stderr))
// .with(DeltaLayer(ctx.clone()))
.with(
EnvFilter::builder()
.with_default_directive(tracing_subscriber::filter::LevelFilter::DEBUG.into())