mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
adds warnings for extra manifest keys (#1278)
* adds warnings for extra manifest keys * default to warn log level if env not specified
This commit is contained in:
committed by
GitHub
parent
6ef7da9732
commit
798e17f636
@@ -19,6 +19,9 @@ fn inner_main() -> Result<(), Error> {
|
||||
.takes_value(true),
|
||||
),
|
||||
context: matches => {
|
||||
if let Err(_) = std::env::var("RUST_LOG") {
|
||||
std::env::set_var("RUST_LOG", "embassy=warn");
|
||||
}
|
||||
EmbassyLogger::init();
|
||||
SdkContext::init(matches)?
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user