Closed
Description
#49233 adds new log messages to EndpointRoutingMiddleware. The names could be more descriptive.
aspnetcore/src/Http/Routing/src/EndpointRoutingMiddleware.cs
Lines 366 to 373 in ad35fbf
MetadataNotFound should say what metadata is not found. FeatureNotFound should say what feature is not found.
Also, IMO, MetadataNotFound could be logged at a Trace level.