From f583736a2ebcc20eaaf208a23c7ceee02769e852 Mon Sep 17 00:00:00 2001 From: FabianLars Date: Tue, 10 Jun 2025 15:07:50 +0200 Subject: [PATCH] changefile --- .changes/log-keep-some.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changes/log-keep-some.md diff --git a/.changes/log-keep-some.md b/.changes/log-keep-some.md new file mode 100644 index 00000000..5add4845 --- /dev/null +++ b/.changes/log-keep-some.md @@ -0,0 +1,6 @@ +--- +log: minor +log-js: minor +--- + +Added the `KeepSome` rotation strategy. Like `KeepAll` it will rename files when the max file size is exceeded but will keep only the specified amount of files around.