serilog-extensions-hosting
serilog-extensions-hosting copied to clipboard
Serilog logging for Microsoft.Extensions.Hosting
Hi there! Lately I've been thinking about IDiagnosticContext (further from [a question](https://gitter.im/serilog/serilog?at=6093c22e2cc8c84d8512ddea) I raised on gitter), and how it might be possible to make use of it outside the context...
When I use the Serilog extensions then my positional format parameters are incorrectly formatted. The following example: ` class Program { public static void Main(string[] args) { var builder =...
**Description** Looks like currently when using ``` builder.Host.UseSerilog((context, loggerConfiguration) => loggerConfiguration.ReadFrom.Configuration(context.Configuration)); ``` in ASP.NET app using .NET 8 Serilog breaks .NET Aspire logging integration. The structured logs tab is empty....
nothing that the function framework outputs ends up in serilog. This could be exceptions from any host extension like sqlTrigger. Any injection of ILogger does work as expected. Reproduction: ``func...