Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Serilog.4.1.0.nupkg | 2024-10-22 | 544.8 kB | |
Serilog.4.1.0.snupkg | 2024-10-22 | 284.5 kB | |
README.md | 2024-10-19 | 610 Bytes | |
v4.1.0 source code.tar.gz | 2024-10-19 | 196.7 kB | |
v4.1.0 source code.zip | 2024-10-19 | 353.8 kB | |
Totals: 5 Items | 1.4 MB | 5 |
- [#2108] - failure listeners and fallback sinks (@nblumhardt)
- [#2120] - add
BatchingOptions.RetryTimeLimit
and update retry scheduling algorithm (@nblumhardt)
Important note
IBatchedLogEventSink
batch retry scheduling has changed in this version. The default configuration still tries failed batches for approximately ten minutes, but the BufferingTimeLimit
no longer implicitly causes the retry time to be extended or reduced. If you need a specific retry time, set BatchingOptions.RetryTimeLimit
, which reliably controls retry time.