DataDog / serilog-sinks-datadog-logs

Serilog Sink that sends log events to Datadog https://www.datadoghq.com/
Apache License 2.0
62 stars 42 forks source link

Feature/config retries #58

Closed dmitrynovik closed 5 months ago

dmitrynovik commented 3 years ago

Makes the number of retries configurable before the IDataDogClient gives up logging by adding a new DataDogConfiguration.MaxRetries property.

Default value: 10.