only debug

This commit is contained in:
2022-08-13 18:44:01 +02:00
parent a94a3bdd8f
commit 49089b3074

View File

@@ -35,7 +35,7 @@ fn main() -> anyhow::Result<()> {
fn init_logging() -> anyhow::Result<()> { fn init_logging() -> anyhow::Result<()> {
tracing_subscriber::fmt() tracing_subscriber::fmt()
.pretty() .pretty()
.with_max_level(Level::TRACE) .with_max_level(Level::DEBUG)
.init(); .init();
Ok(()) Ok(())