-
Found something
Code
string connectionString = "Uid=serilog;Pwd=serilog;Server=localhost;Port=3306;Database=logs;";
string tableName = "logs";
// Used columns (Key is a column name)
// Colu…
-
I want to configure the Sink in Config
```
"Serilog": {
"MinimumLevel": {
"Default": "Debug", //Fatal, Error, Warning, Information, Debug, Verbose.
"Override": {
"Sys…
-
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…
-
The configuration sample on the front page didn't work for me - no File sink got created.
Eventually, after a long time!, I worked out that needed to be added to the using section.
I know you guys …
-
In the [Getting Started](https://github.com/elastic/elasticsearch-net-abstractions/blob/master/src/Elastic.Xunit/README.md#getting-started) example there's this package reference:
```
```
Is …
-
im currently investigating lock contention issues in our app due to seeing "high" latency in our app.
(I borrowed the Blocking detector from ben adams)
one thing that pops up is the async sink:
…
-
Hey, the implementation of TCP Transport is not thread safe and you can get in situations where the stream is null while tcp client is connected. Also reconnecting does not follow a proper path. I swi…
-
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…
-
### What's the feature?
It would be nice to have a transporter to elastic search ?
### What problem is the feature intended to solve?
Logging to elk is enterprise solution which not only handle…
-
**Is your feature request related to a problem? Please describe.**
Azure provides now a way to authenticate towards AppIns via a service principal. I was always suprised why they didn't provide somet…