-
-
Hi
We need to have custom log levels "Notice", "Trace" and "Monitor" in addition to Serilog LogEventLevels enum.
Our old solution is used by external customers and we have to have those three lev…
-
Hi,
I had a custom implementation to send logs to Splunk and I was sending lots of logs to Splunk from AWS ec2 instances through a NAT gateway and not all the ec2 instances where in the same region…
-
Is there support for a file buffer if the http service is down.
The seq Sink implements this.
-
We have applications that want to have distributed tracing, but don't have a service like Jaeger. I figured that if there was an exporter similar to the Console exporter that wrote to an ILogger and u…
-
Hi,
I wonder if there are any plans on adding a fallback if the network connection is down? If the log messages cannot be sent across the network, I would like to persist the events to file using `…
-
Repro:
Test package: https://int.nugettest.org/packages/license-expression-test1
Add this markdown table into a readme file:
```
Column 1 | Column 2 | Column 3
| :----- | :----: | -----:
a …
zhhyu updated
2 years ago
-
-
Hi,
I clicked the simple 'package manager' update inside visual studio to upgrade from 3.4.0 to 3.5.0 and now the configuration throws the following error:
System.ArgumentOutOfRangeException
H…
-
Hello
I was using this sink to log to Splunk from my C# Serverless Lambda. We found that the platform kills all background threads after the API response is sent from the controller. This was causi…