borisermakof / serilog-sinks-fluentd

A Sink that writes logs into Fluentd
Apache License 2.0
20 stars 31 forks source link

Fix TcpClient not reconnecting if connection to fluentd was broken #3

Closed gshev closed 7 years ago

gshev commented 7 years ago

(simple fluentd server restart was triggering this behavior).

Added retry policy and options parameters to work around situations where short network problem accured with fluentd so that logs would not be lost.

borisermakof commented 7 years ago

thanks a lot! I've uploaded 0.2.1 version