-
Any plans on updating the log4net sink to work with latest version of Serilog (2.1.0)?
-
Hello i have a `ASP NET Core` application where i am already using `Serilog` for logging to `Console` and also to a `File`.
I will also need to write some special logs to a `Redis` channel.
My que…
-
Add a Retention Limit in number of files of maximum total size occupied by the log files (I will be more interested in the first option)
Thanks for the good work.
PS: I'm programing in VB.net
-
- [x] the exact package id and version you're using - `Serilog.Sinks.Console 5.0.0` via `Serilog.AspNetCore 8.0.1`
- [x] your `dotnet` toolchain version, target framework, and operating system - `d…
-
**A few questions before you begin:**
> Is this an issue related to the [Serilog core project](https://github.com/serilog/serilog) or one of the [sinks](https://github.com/serilog/serilog/wiki/Prov…
-
after setting eventBodyLimitBytes to some value, if an event is dropped because it's size is too big please add an option to add an alternative fixed message to the log (e.g. "Event dropped because si…
-
Hi!
In my case I use the [Serilog.Sinks.Grafana.Loki](https://github.com/serilog-contrib/serilog-sinks-grafana-loki) sink to send logs to Grafana Loki.
This sink uses a [Loki API](https://grafan…
-
Is there any way in serilog to intercept the metrics for a specific sink, for example datadog, to transform into their specific metrics format?
-
### Discussed in https://github.com/serilog-contrib/serilog-sinks-richtextbox/issues/11#issuecomment-912642600
Originally posted by **TonyValenti** September 3, 2021
add an option to auto-trim…
-
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 …