mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 13:00:37 +00:00
Raise tracing max level
This commit is contained in:
parent
e5ed668a33
commit
1cb8ea99a3
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ use console::style;
|
||||||
async fn main() -> ExitCode {
|
async fn main() -> ExitCode {
|
||||||
tracing_subscriber::fmt()
|
tracing_subscriber::fmt()
|
||||||
.compact()
|
.compact()
|
||||||
.with_max_level(tracing::Level::DEBUG)
|
.with_max_level(tracing::Level::ERROR)
|
||||||
.with_target(true)
|
.with_target(true)
|
||||||
.with_timer(tracing_subscriber::fmt::time::uptime())
|
.with_timer(tracing_subscriber::fmt::time::uptime())
|
||||||
.with_level(true)
|
.with_level(true)
|
||||||
|
|
Loading…
Reference in a new issue