❔ ILogger is never enabled
GitHub
WebApplicationBuilder ILoggingBuilder does not enable logging by de...
Description Seems to be similar to #79798, but I have a repro with .NET 7 - either the Web API template needs to be changed or the documentation for logging needs to be clarified or both. Reproduct...
2 Replies
i'd guess
builder.Logging.ClearProviders();
removes all providers
including the build in extension.logging oneWas this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.