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 7 forks source link

Use retainedFileCountLimit and CompressionLevel.NoCompression #17

Closed schaapkabap closed 8 months ago

schaapkabap commented 1 year ago

Removed the throw new ArgumentException to have the possibility to use retainedFileCountLimit and CompressionLevel.NoCompression Linked to issue #16

Athimmas commented 8 months ago

Will this ever be merged?

I need this feature.

cocowalla commented 8 months ago

@Athimmas @schaapkabap I haven't had much time lately, but I'll try to (finally!) look at this PR this week 👍

cocowalla commented 8 months ago

Version 1.0.5 is now published to NuGet: https://www.nuget.org/packages/Serilog.Sinks.File.Archive/1.0.5

Thanks again!