When a feature declaration is not found, a warning message is logged: "The feature declaration for the feature '{feature}' was not found." For our use case, missing feature declarations in production is the expected behavior, and should not be logged as a warning, but rather as 'debug' or 'info'.
Suggestion: Lower the log level to debug or info, or add an option MissingFeaturesLogLevel to specify the log level.