diff --git a/src/main.rs b/src/main.rs index 74f18c9..cfdeb8c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -191,7 +191,6 @@ async fn run() -> anyhow::Result<()> { .add_directive("h2=info".parse().unwrap()); let fmt_layer = tracing_subscriber::fmt::layer() - .pretty() .with_writer(IndicatifWriter); #[cfg(debug_assertions)]