serilog-sinks-http icon indicating copy to clipboard operation
serilog-sinks-http copied to clipboard

A Serilog sink sending log events over HTTP.

Results 24 serilog-sinks-http issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/FantasticFiasco/serilog-sinks-http). ## Open These updates have all been...

**Describe the bug** Function "Error()" of Serilog.ILogger is adding the \r\n escape characters to the string. I am currently using the following Code to send a Log Message to an...

bug

We are frequently getting below error: Exception while emitting periodic batch from Serilog.Sinks.Http.Private.Network.HttpLogShipper: System.IO.IOException: The process cannot access the file 'F:\AuditLogs\LogBuffer.bookmark' because it is being used by another process. at...

bug

in custom HTTP client implementation stream content comes with an empty timestamp and log level properties

Remove support for .NET Framework 4.5 due to [deprecation as of January 12, 2016](https://docs.microsoft.com/en-us/lifecycle/products/microsoft-net-framework)

The years in not automatically updated. Please update `update-copyright-years-in-license-file.yml` workflow to also include this copyright notice.

**Describe the bug** I've been having weird JSON parsing errors showing up in my elastic stack. When looking at the failed JSON the following was visible: ` [\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000{\"Timestamp\":\"2021-03-11T12:05:57.4021831+00:00\",\"Level\":\"Information\",\"MessageTemplate\":\"HTTP {RequestMethod} {RequestPath}...

bug

I am wondering what the design choices are for the `LogEventQueue`. There are better options than rolling your own these days, mainly the `Channel` class with `ChannelReader` and `ChannelWriter`. This...

refactor

There is a packet called [Serilog.AspNetCore.Ingestion](https://github.com/nblumhardt/serilog-sinks-browserhttp/tree/dev/src/Serilog.AspNetCore.Ingestion) which is a sort of a relay to integrate clientSide serilog to the server side one seemlessly. So that logs post by client are...

enhancement

Hello! First of all, thank you for this library, I really like to use it. I'm sorry if it's not the right place to ask my question. Here is it....

enhancement