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:
Keagan McClelland
2022-02-25 17:18:55 -07:00
committed by GitHub
parent 6ef7da9732
commit 798e17f636
5 changed files with 83 additions and 12 deletions

View File

@@ -1,3 +1,4 @@
use tracing::metadata::LevelFilter;
use tracing::Subscriber;
use tracing_subscriber::util::SubscriberInitExt;