Enable logging in DistributedApplicationBuilder before the app is built
Open
area-app-model
- Dominant language
- C#
- Stars
- 6.3k
- Forks
- 991
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 196
Description
There's currently no `ILogger` infrastructure available before `DistributedApplicationBuilder.Build()` is called, i.e. before the `IServiceProvider` is built. We should consider enabling logging during the build phase to aid in highlighting situations that don't warrant exceptions but could help the user by logging a message, and to help with diagnosing issues.
Contributor guide
Assessment
This issue has not been assessed yet.