serilog-sinks-file-archive
serilog-sinks-file-archive copied to clipboard
Plugin for the Serilog File sink that works with rolling log files, archiving completed log files before they are deleted by Serilog's retention mechanism
Add a Retention Limit in number of files of maximum total size occupied by the log files (I will be more interested in the first option) Thanks for the good...
It should also be possible to keep a maximum number of files in the archive folder.
It would be nice to have token like `logDate` whose value is taken from the log file name (instead of current date&time). If the app has retention 5 days and...