mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-08 11:49:10 +00:00
fix: INFO > ERROR
This commit is contained in:
parent
f0eed2fd01
commit
1f0e032a00
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ fn main() {
|
|||
tracing_subscriber::fmt()
|
||||
.with_max_level(match core::is_debug() {
|
||||
true => Level::DEBUG,
|
||||
false => Level::ERROR,
|
||||
false => Level::INFO,
|
||||
})
|
||||
.init();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue