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

Serilog integration for ASP.NET Core

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

**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...

bug

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...

enhancement

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...

bug

In 4.1.0 parameterized request logging working properly. but in 5.0.X and 6.0.X not working properly

bug

**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...

bug

**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...

enhancement
up-for-grabs

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...

question