serilog-aspnetcore icon indicating copy to clipboard operation
serilog-aspnetcore copied to clipboard

Serilog integration for ASP.NET Core

Results 43 serilog-aspnetcore issues
Sort by recently updated
recently updated
newest added

#389 Adds `AddElapsedToHttpContext` to _RequestLoggingOptions_. When set to true, will add the _elapsedMs_ value to the HttpContext Items collection prior to invoking _EnrichDiagnosticContext_ I'm suggesting this approach in order to...

**Is your feature request related to a problem? Please describe.** I want to use the diagnostic context to log a structured object containing enhanced request information. I would like this...

enhancement

Also add a test that shows logger is currently not disposed asynchronously. Should be fixed with https://github.com/serilog/serilog-extensions-logging/pull/262.