-
## Description
Whenever I use CrossNewRelic.Current.LogAttributes to log an event, it also logs a corresponding Info event immediately before that says in the message column
## Steps to Reproduce…
-
Hello,
First of all, great project you have here.
I'm working on a classic web with ASMX services and I was wondering if there is any chance to customize the HttpRequestEventMessageTemplate to …
-
Hello!
First of all, thank you for the great enricher!
I tried to handle forwarded headers in the latest version (v2.1.0, net8, win11) using ForwardedHeadersMiddleware and it seems it doesn't work…
-
In using section you add "Serilog.Enrichers.ClientInfo" but when I load the applicaction it says Could not load file or assembly 'Serilog.Enrichers.ClientInfo, Culture=neutral, PublicKeyToken=null'.
…
-
The title pretty much describes the issue. I have log entries enriched with `HttpSessionId` which works for any other log entry, except for the automatic MVC action ones.
-
Am looking for some guidance here, or at least confirmation that I understand things right...
Currently, if I want to use the extension methods (e.g. `LogDebug`), it seems that in order to log some…
roji updated
8 months ago
-
What would be great is if the http module, in SerilogWeb.Classic.ApplicationLifecycleModule had some sort of hook to mix in more information from the http context when it was logging.
For instance,…
-
**Description**
We have an issue in our .NET MAUI iOS application where the app crashes after making an API call on startup. As far as I can tell, it appears to be attributable to Serilog. However, i…
-
Instead of directly reading the X-Forwarded-Header by default, it's much better to use the ForwardedHeaders middleware (https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/proxy-load-balance…
-
Better perf, new APIs (+obsoletions), fewer dependency issues.
- [x] Serilog.Expressions - https://github.com/serilog/serilog-expressions/pull/111
- [x] Serilog.Sinks.PeriodicBatching - https://…