-
The setup for this is great because its one line and then add a config section, but using this method you cannot easily add enrichers. Am I mistaken?
-
Could you please provide a scenario where possible recursion behavior in this [scope?](https://github.com/Tolyandre/serilog-throw-context-enricher/blob/master/Serilog.ThrowContext/ThrowContextEnricher…
-
**Does this issue relate to a new *feature* or an existing *bug*?**
- [ ] Bug
- [x] New Feature
**What is the target framework and operating system affected by this issue? Please see [target fram…
-
**ECS integration/library project(s) (e.g. Elastic.CommonSchema.Serilog)**:
"Elastic.Apm.SerilogEnricher" Version="8.11.0"
"Elastic.Serilog.Sinks" Version="8.11.0"
**Elasticsearch…
-
**Describe the bug**
For a long time we have an Enricher set up to add several properties to the logs send to Kibana. Target framework either net6 or net 8.
Everything worked with Serilog.Sinks.…
-
**Description**
My app writes two logs: one to console, another to a text file. When logging to console, I need to escape all new lines in the messages and exceptions (that's because we send the cons…
-
Since https://github.com/serilog/serilog/pull/1955 is implemented by Serilog I want to propagate trace id and span id from LogEvent to the newrelic log format.
I think `NewRelicFormatter` could be …
-
Hi,
We are using Serilog file sink together with [ecs-dotnet](https://github.com/elastic/ecs-dotnet) formatter which by default [populates](https://github.com/elastic/ecs-dotnet/blob/be8d74634df1b2…
-
Hi
I have a use case where I would like to add more attributes on root level (like `service` and `host`) in the JSON sent to datadog. An example is I would like to know whether the logs come from t…
-
I want to have a correlationId that can be used to track calls across different micro services.
Here is what I am aiming for:
1. UI client calling BE (MicroService-A) with correlation-id.
2. M…