Set warn log level on prod image
This commit is contained in:
parent
64ea8e2659
commit
3bbc74bd7e
1 changed files with 4 additions and 1 deletions
|
@ -4,7 +4,10 @@ version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
log = "0.4.19"
|
log = { version = "0.4.19", features = [
|
||||||
|
"max_level_debug",
|
||||||
|
"release_max_level_warn",
|
||||||
|
] }
|
||||||
uefi = { version = "0.24.0", features = ["alloc"] }
|
uefi = { version = "0.24.0", features = ["alloc"] }
|
||||||
uefi-raw = "0.3.0"
|
uefi-raw = "0.3.0"
|
||||||
uefi-services = "0.21.0"
|
uefi-services = "0.21.0"
|
||||||
|
|
Loading…
Reference in a new issue