only debug
This commit is contained in:
parent
a94a3bdd8f
commit
49089b3074
@ -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(())
|
||||
|
Loading…
Reference in New Issue
Block a user