-
It's a good idea to store a hash of the message template, so one can easily search for similar events.
(By the way, [Seq also](https://docs.datalust.co/docs/query-syntax#event-types) does this.)
…
-
We have just wasted some days tracking down an infinite loop, whihc only happened on the staging server.
Due to some refactorings in our ILogEventEnricher implementation, it called a method, which …
-
### Describe the bug
I recently added your library to a large .NET solution. Since the library was added, we get memory increases on the production environment a few times a month. The memory incre…
-
### Package
Sentry.Serilog
### .NET Flavor
.NET Core
### .NET Version
8.0.0
### OS
Windows
### SDK Version
4.10.1
### Self-Hosted Sentry Version
_No response_
### Steps to Reproduce
Scaff…
-
Hey Elastic!
Thanks for bridging the gap between OpenTelemetry and the native features of ElasticSearch telemetry.
I stumbled upon this repository, and I have been battling a lot with how to co…
-
**Is your feature request related to a problem? Please describe.**
I am happy using `IDiagnosticContext` to "add stuff" that will end up being available in the final Serilog/end of request log event …
-
**Description**
When using Serilog to log exceptions, the message/event payload is beyond azure app-insights limits and because of that, exceptions don't get logged.
Logging the same exception wit…
-
For Serilog logs enrichment using an App config how can i add standard enrichers like ProcessId, ThreadId, MachineName? The syntax to add property enricher is below but am trying to use the above stan…
-
Always spits out blank for [{ClassName}]
-
### Status
QUESTION
### Question
I've looked into the code and the Enricher `WithNewRelicLogsInContext`, which is mentioned in the JSON configuration example, does not seem to be defined/impl…