removed json output
This commit is contained in:
parent
e9fa9bd3c9
commit
60398bbb2e
@ -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(())
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user