home.social
  1. Following yesterday's write-up of #Serilog 4.1 fallback sinks, here's a tiny test harness you can use to explore the new batch retry algorithm, along with an example run: nblumhardt.com/2024/10/retry-t

  2. Building async batching directly into #Serilog.

    Wrangling System.Threading.Channels to implement an async try-read-with-timeout got gnarly! 😅

    github.com/serilog/serilog/pul