-
Can this be implemented as a logging provider on the built-in logging?
-
The sink won't send any messages to graylog. Graylog is working fine with other sources. The input is setup correctly. When I try to log with Serilog.Sinks.Graylog then wireshark won't capture any pac…
boop5 updated
2 years ago
-
**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]
Serilog Elasticsearch Sink issue
**D…
-
At some point we'll need a telemetry story for tracking usage. This will be good for general reporting and for communicating updates to modules/packages.
I'd like to try and leverage some existing o…
-
We have a Blazor app which is designed to be used offline under certain circumstances. The BrowserHttpSink.EmitBatchAsync method is not exception safe, so when it is offline, the call to _httpClient.P…
-
I'm not able to pass in an `ExpressionTemplate` from the `Serilog.Expressions` package. That makes this library unfortunately unusable for my use case.
Like other sinks, this is a matter of suppor…
-
Hello,
When logging with Serilog using files it is possible to retain only a number of files if I'm not mistaken. Is it possible to do something similar with this sink by only keeping for example, …
-
**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…
-
I don't know how much effort it would be, but rolling files (e.g. one per day) for logging would be a great feature. Check e.g. https://github.com/serilog/serilog-sinks-file for an example (It's C#, b…
-
Hi.
In the example of the readme file, a logger is created each time per test. When testing ASP.NET Core Apis using the WebApplicationFactory, you probably have a collection fixture to initialize t…