1
1
Fork 0
mirror of https://github.com/lune-org/lune.git synced 2025-04-13 06:50:54 +01:00

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)