From 9900abf5011fbefa999d37fc387e2f5f3485c135 Mon Sep 17 00:00:00 2001 From: Luka <47296785+lukadev-0@users.noreply.github.com> Date: Fri, 27 Dec 2024 21:35:48 +0100 Subject: [PATCH] fix: remove pretty from fmt_layer Co-authored-by: dai <72147841+daimond113@users.noreply.github.com> --- src/main.rs | 1 - 1 file changed, 1 deletion(-) 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)]