79749271

Date: 2025-08-28 15:01:13
Score: 0.5
Natty:
Report link

I couldn't get any of the solutions here to work and ended up just overriding the minimum log level for all Polly events in Serilog, e.g.:

var loggerConfig = new LoggerConfiguration()
    .MinimumLevel.Override("Polly", LogEventLevel.Warning);
Log.Logger = loggerConfig.CreateBootstrapLogger();
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Jimmy