fix: remove pretty from fmt_layer

Co-authored-by: dai <72147841+daimond113@users.noreply.github.com>
This commit is contained in:
Luka 2024-12-27 21:35:48 +01:00 committed by GitHub
parent d61f77c60b
commit 9900abf501
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -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)]