only debug

This commit is contained in:
Kasper Juul Hermansen 2022-08-13 18:44:01 +02:00
parent a94a3bdd8f
commit 49089b3074
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

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