-
The example code in the readme is wrong, the To property in the `EmailSinkOptions` is a `List` and therefor we can't assign a string to it.
https://github.com/serilog/serilog-sinks-email/blob/ac58e…
-
https://github.com/MvvmCross/MvvmCross
-
Hello everyone and thanks for the great work!
I am facing a problem while using the sink (v2.1.0) with loki server (v1.5). When I log something the following exception happens:
```
2020-07-03…
ghost updated
3 years ago
-
Code:
appsettings.json:
I had version 2.3.0 installed which worked great. Updated to 3.0.0 (3.0.1) and everything broke. Logs are not sent to Graylog.
**What to do?**
-
**Objective**
- [x] Add dependencies for Serilog
- [x] Configure Serilog Minimum Level, WriteTo, Properties
- [x] Choose a Serilog Sink
-
**Does this issue relate to a new *feature* or an existing *bug*?**
- [x] Bug
- [ ] New Feature
**What version of Serilog.Sinks.Elasticsearch is affected? Please list the related NuGet package.*…
-
**Does this issue relate to a new *feature* or an existing *bug*?**
- [ ] Bug
- [x] New Feature
**What version of Serilog.Sinks.Elasticsearch is affected? Please list the related NuGet package.*…
-
**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…
-
Hi,
I'm trying to wire up "legacy" custom implementations of `Microsoft.Extensions.Logging.ILoggerProvider` and `Microsoft.Extensions.Logging.ILogger` as a Serilog sink.
My Serilog configuration…
-
I recently encountered a challenge with Serilog's _PostgreSQL_ sink, where it lacks support for _SinkOptions_ and _ColumnOptions_, despite my project's reliance on _PostgreSQL_. I believe that improvi…