-
flushToDiskInterval not working. By adding it to the appsettings.json file, it writes the logs to disk without waiting for the time when used.
-
### Describe the story, please be clear on scope of the story.
Serilog has a sink that writes to the Windows EventLog, but initial attempts to integrate it were met with issues around ILRepack, as th…
-
.NET6 ASP Core proj here
Implemented as per readme in my appsettings:
![image](https://github.com/MindscapeHQ/serilog-sinks-raygun/assets/7057631/e0f6e454-c23c-402c-b30c-8bd0d83497bb)
I purpo…
-
It is nice if MSSQLSink can support compressed LogEvent column. Their could be a configuration to turn the compression on and off.
MSSqlServer supports Compress function to GZip data in SQL level. …
-
When an exception is raised it is not sent to Graylog server using the package version 3.0.1. If I downgrade to version 2.3.0 it works fine.
Installed packages:
```
…
-
I use Serilog.AspNetCore 6.1.0 in Net Core 7 with minimal API and Serilog configured in appsettings.json
I have explicitly configured template for WriteToFile sink like this:
`"outputTemplate": "{…
-
Hi Team,
I am using serilog sink for dotnet 3.1 core application. I am trying to generate log console for capturing trace and span information. I get the traceid not generated based on activity ra…
-
**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…
-
### Encourage early initialization of logging / ILoggerProvider from program.cs
The current templates, and the way logging is advocated, results in logging not being able to be used until after th…
-
Hi, and thanks for this nice sink!
I'm using OpenTelemetry for metrics and traces, configured to export to Azure App Insights, something like:
```c#
services.AddOpenTelemetry()
.WithTracing(t…