borisermakof / serilog-sinks-fluentd

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

Add options for connection managment. #19

Open japm opened 4 years ago

japm commented 4 years ago

Unconnected servers ( for example shutdown) remains unnoticed by the library. This patch allows discarding connections so the situation can be corrected

New options:

*ConnectionUsefulPeriod: If this value is set, reconnect after elapsed time.

*ReconnetRetryPeriod Connection retry interval to not retry so often