How to configure Serilog to keep the most recent log without a numeric suffix when using file rolling?
I’m using Serilog’s file sink for logging in a .NET 8 application. I have configured the file sink to roll over when the file size limit is reached, but the naming convention is problematic for my use case. Here’s my current configuration: