Serilog.Sinks.Network icon indicating copy to clipboard operation
Serilog.Sinks.Network copied to clipboard

Sink gives surprising output, possible corruption

Open usrlocalben opened this issue 2 years ago • 0 comments

TCPSink/UDPSink perform a string replacement on opaque data: the formatter output. Users expecting the same output from the their formatter on this sink will be surprised when the output keys are not as expected. Additionally, if the string RenderedMessage appears anywhere in the output it will be modified, effectively corrupting the output.

usrlocalben avatar Oct 09 '23 13:10 usrlocalben