-
From what I can tell the way you supply HTTP details to `Mindscape.Raygun4Net.AspNetCore.RaygunClient` is by calling `SetCurrentContext()`. I can't see that this sink calls that method which I suppose…
-
I've got such configuration:
```C#
loggerConfiguration
.Enrich.FromLogContext()
.Enrich.WithEnvironmentName()
.Enrich.WithMachineName()…
-
Currently the enricher sets properties of `SpanId` `TraceId` and `ParentId` but it'd be great if we can override it to what we want to comply with OTEL and OTLP, e.g. `trace.span_id` `trace.trace_id` …
-
#### Issue Description
When we enabled Serilog.SelfDebug we found out that enricher is throwing exceptions like this:
```
System.InvalidCastException: Unable to cast object of type 'Serilog.Event…
-
## Description
I recently added the Node JS agent to my Node JS application. I have logging enabled via Winston v3.3.3 in my application.
My logging setup is that I have up to three log sinks/tr…
-
**Description**
The documentation states that
> Message templates are a superset of standard .NET format strings, so any format string acceptable to string.Format() will also be correctly process…
-
I'm not sure if this issue applies to the "core" Serilog repo or to the https://github.com/serilog/serilog-sinks-console.
Given that output from https://github.com/serilog/serilog/wiki/Formatting-O…
-
Hi everyone,
I'm using .Net Core 3.1 and I've read a lot on how to enrich Serilog with HttpContext information. I've found more than one way to do it and i would like to have your opinion.
Suppo…
-
**Type**: Feature request
**NLog version**: 4.5.0-alpha04
In .NET, when using async code, stack traces contain a lot of helper methods (ala garbage).
Someone made a project that formats stack …
-
Hi, we started using this in a web api solution.
There is an issue where by if the response has already returned by the time serilog comes to enrich the log message, it can error on adding the correl…