cocowalla / serilog-sinks-file-archive

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
Apache License 2.0
31 stars 8 forks source link

fix: #22 wrong file retention with multiple logs in the same dir #23

Open sommcz opened 1 day ago

sommcz commented 1 day ago

Added check for log group (log filename prefix) before removing log files.

fixes #22