-
It would be good to adjust the readme and add a more concrete example on how to use the `IBatchedLogEventSink` after the changes made in V4 of Serilog.
Old code:
```csharp
var batchingOptions =…
-
From the [Serilog.Sinks.PeriodicBatching readme](https://github.com/serilog/serilog-sinks-periodicbatching):
> Serilog 4.x and later versions support batching natively. New projects should use Ser…
-
We would like to hear from anyone using the DictionaryAdapter component that is part of the `Castle.Core` package (was merged into `Castle.Core.dll` many years ago).
This component has seen close t…
-
Posted on closed ticket, but posting again for visibility...
Original post: https://github.com/serilog-contrib/Serilog.Enrichers.Sensitive/issues/15
My issue:
I'm having a very similar issue to t…
jeeby updated
4 months ago
-
## What type of issue is it? (Choose one - delete the others)
Incomplete documentation
## What article/section is this about?
Umbraco CMS: https://docs.umbraco.com/umbraco-cms/fundamentals/setup/…
-
Hey repo maintainers,
Looks like .NET Standard 2.0 was removed as a targeted framework in v4.0. I can no longer consume this NuGet package in a net481 host application. Was there a reason to remo…
-
My config today is:
```json
"WriteTo": [
{
"Name": "EventCollector",
"Args": {
"splunkHost": "https://splunk.example.com/services/collector",
"ev…
-
While updating a variety of packages in my application, I updated Serilog.Sinks.Splunk from 3.7.0 to 4.1.0 and discovered that nothing was getting written to Splunk after that. I found the breaking ch…
-
**Please describe the current behavior?**
[_Serilog.Sinks.Async_](https://github.com/serilog/serilog-sinks-async) is proving to be a [popular](https://www.nuget.org/packages/serilog.sinks.async) wa…
-
I am attempting to upgrade my app to Core 3 and am running into [this](https://github.com/aspnet/AspNetCore/issues/12890) issue.