Raise tracing max level

This commit is contained in:
Filip Tibell 2023-08-22 10:38:08 -05:00
parent e5ed668a33
commit 1cb8ea99a3

View file

@ -21,7 +21,7 @@ use console::style;
async fn main() -> ExitCode {
tracing_subscriber::fmt()
.compact()
.with_max_level(tracing::Level::DEBUG)
.with_max_level(tracing::Level::ERROR)
.with_target(true)
.with_timer(tracing_subscriber::fmt::time::uptime())
.with_level(true)