serilog-aspnetcore
serilog-aspnetcore copied to clipboard
Serilog integration for ASP.NET Core
**Description** When I use filters from code, it works. But when I try to use them on the configuration on json Appsettings file, it does not filter anything. It writes...
Hello **Is your feature request related to a problem? Please describe.** I'm not sure if this is a Feature, but I'll need to be able to remove a property from...
Hi, in your sample sections there is a template how to setup Serilog with ASP. In this sample you suggest to log clean disposal of host (which would be great...
In 4.1.0 parameterized request logging working properly. but in 5.0.X and 6.0.X not working properly
**Description** As title suggests, using Global Exception handler logs twice on exceptions but not on simple logs. This happens both on console and file sink, so I don't think the...
**Is your feature request related to a problem? Please describe.** When a client cancels a request the RequestLoggingMiddleware will log the stack trace of the `TaskCanceledException`. **Describe the solution you'd...
I don't want to see the information highlighted in red at the Verbose logging level. How can I exclude it? What should I add to Overriders? This information does not...
The Serilog maintainers want you to have a great experience using Serilog, and will happily track down and resolve bugs. We all have limited time, though, so please think through...
**Is your feature request related to a problem? Please describe.** I am happy using `IDiagnosticContext` to "add stuff" that will end up being available in the final Serilog/end of request...
The referenced Serilog packages in the latest Serilog.AspNetCore 8.0.2 does not reference the latest serilog packages. **Description** Serilog.AspNetCore 8.0.2 (latest) has old Serilog packages referenced. One of which has a...