removed json output

This commit is contained in:
2022-08-10 18:26:52 +02:00
parent e9fa9bd3c9
commit 60398bbb2e

View File

@@ -18,7 +18,7 @@ fn main() -> anyhow::Result<()> {
}
fn init_logging() -> anyhow::Result<()> {
tracing_subscriber::fmt().pretty().json().init();
tracing_subscriber::fmt().pretty().init();
Ok(())
}