removed json output

This commit is contained in:
Kasper Juul Hermansen 2022-08-10 18:26:52 +02:00
parent e9fa9bd3c9
commit 60398bbb2e
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

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