-
Due to a breaking change in NpgSQL 5x, sink fails to save data in table.
Breaking change is: NpgsqlBinaryImporter.Complete() has been changed to return a ulong reporting the number of imported rows (…
-
I have raised the same issue in the below repo as well, so providing the issue link below.
Serilog.Sinks.ApplicationInsights version: 4.0.0
https://github.com/serilog-contrib/serilog-sinks-appli…
-
I don't want to use Properties column for MSSQL and want to have a single column with machine name and have it's value in the table.
I tried below to retrieve machine name and other properties:
…
-
I am sending logs to a local seq forwarder using the Serilog.Sinks.Seq sink with the CLEF format, however the forwarder is sending them as application/json.
```json
{
"Serilog": {
"…
-
after setting eventBodyLimitBytes to some value, if an event is dropped because it's size is too big please add an option to add an alternative fixed message to the log (e.g. "Event dropped because si…
-
Add Serilog logger to application.
Add logging middleware that logs each api request.
Add write logs to the application database:
https://github.com/b00ted/serilog-sinks-postgresql
Add job to delet…
-
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…
-
Hey there, I have just upgraded to 3.0.1 and was wondering about the following error:
```c#
Unhandled exception. System.InvalidCastException: Unable to cast object of type 'Serilog.Sinks.Graylog.B…
-
Hey Elastic!
Thanks for bridging the gap between OpenTelemetry and the native features of ElasticSearch telemetry.
I stumbled upon this repository, and I have been battling a lot with how to co…
-
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…