-
See https://github.com/serilog-tracing/serilog-tracing/pull/41#issuecomment-2163408822
If a Serilog or SerilogTracing sink triggers new traces or log events, a loop can result.
Today, this means…
-
Hello community,
I'm not sure if this is a bug, but I can't figure out why it's not working.
I'm trying to create a PoC where NotImplementedException is filtered out and not logged.
When I appl…
-
The following code was working with the previous version of TestCorrelator (3.2.0), but it is failing with v4.
Here is the code.
```
var configuration = new ConfigurationBuilder()
…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Description of problem
DNN Currently uses Log4net for logging. It is also included as a DNN branded fork of lo…
-
In my previous issue #37 I mention how `NLog` is like the de facto logging framework these days in .NET.
Well, Serilog is the new kid on the block and looks to be starting to get some traction.
So …
-
https://github.com/serilog/serilog-sinks-opentelemetry/blob/2c9ebbc9e12e5fd6ec4c47294deffb7d1bb8146f/src/Serilog.Sinks.OpenTelemetry/Sinks/OpenTelemetry/OpenTelemetrySink.cs#L50-L71
If I understand…
-
**Describe your suggestion**
Serilog 3.1 adds first-class support for TraceId and SpanId:
https://github.com/serilog/serilog/pull/1955
Each sink has to implement this.
-
**Is your feature request related to a problem? Please describe.**
When using OTEL env vars implemented in #141 the default env vars are supported, it would be great if also the signal specific LO…
-
In it's current state (4.1.0) there is an exception inside `Dispose(bool disposing)` method:
https://github.com/serilog/serilog-sinks-periodicbatching/blob/d7b0406169671d55dc34cee97eedc72c137fcff0/sr…
-
I've found following bug:
The DllScanningAssemlyFinder is scanning the Application's directory for dlls containing .serilog in its name. Later on the ConfigurationReader attempts to load the result…