-
### Is your feature request related to a problem? Please describe.
Some standard template properties can be [customised](https://github.com/serilog/serilog/wiki/Formatting-Output#formatting-plain-tex…
-
Sometimes a scoped service needs to be injected into a depending class that is sometimes used inside a scope and sometimes outside a scope. An example would be a Log Enrichter that wants to access dat…
-
Serilog namespace will avoid adding the full name space when using the enricher.
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
I am seeing an intermittent exception being thrown in production. It does not appear to invo…
-
I've written a company-internal logging library within which I utilize both Serilog as well as some enrichers. The library itself targets .NET Standard 2.0. So far so good.
The problem arises when …
-
When creating a Serilog ILogEventEnricher everything works fine until I try to access session. Doing so throws the following error:
Session has not been configured for this application or request.
…
-
It was suggested on my [original issue](https://github.com/dotnet/runtime/issues/65975) I move this here.
------
We have .NET 6 API using EF Core hosted in Azure App Services using Azure SQL DB …
-
**ECS integration/library project(s)**: Elastic.CommonSchema.Serilog 8.6.1, Serilog 3.1.1
**ECS .NET assembly version (e.g. 1.4.2)**: 8.6.1
**.NET framework / OS**: .NET 6 / Windows 11
**…
-
Is it the responsability of Arcus to provide functionality for developers to easy set 'dependencyIds' when calling dependencies ?
For instance:
- is it the responsability of Arcus to provide a me…
-
## 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…