Skip to content

Commit 0eddf36

Browse files
committed
2026.7.0beta
1 parent f94ff86 commit 0eddf36

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
- Fix not parsing cron advanced file
55
- Variant safety nets
66
- Add subfolder parsing for modules
7+
- Fix logrotate module cleanup path
78

89
## 2026.6.0 2026-06-09 <code at nfrastack dot com>
910

rootfs/container/base/modules/logrotate/module

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ LOGROTATE_ASSETS=" \
1111
/container/logrotate \
1212
/etc/logrotate.conf \
1313
/etc/logrotate.d \
14-
/etc/periodic/faily/logrotate \
14+
/etc/periodic/daily/logrotate \
1515
/usr/sbin/logrotate \
1616
"
1717

rootfs/container/base/modules/logrotate/rootfs/container/base/defaults/logging/_logrotate/logrotate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ esac
1414

1515
set_env LOGSHIPPING_AUTO_CONFIG_LOGROTATE="TRUE" nfrastack/base
1616
set_env LOGROTATE_COMPRESSION_VALUE="8" nfrastack/base
17-
set_env LOGROTATE_RETAIN_DAYS="7" nfrastack/base
17+
set_env LOGROTATE_RETAIN_DAYS="3" nfrastack/base
1818
output_on

rootfs/container/base/modules/logrotate/rootfs/container/base/defaults/logging/_logrotate/logrotate.advanced

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ esac
1313

1414
LOGSHIPPING_AUTO_CONFIG_LOGROTATE=${LOGSHIPPING_AUTO_CONFIG_LOGROTATE:-"TRUE"}
1515
LOGROTATE_COMPRESSION_VALUE=${LOGROTATE_COMPRESSION_VALUE:-"8"}
16-
LOGROTATE_RETAIN_DAYS=${LOGROTATE_RETAIN_DAYS:-"7"}
16+
LOGROTATE_RETAIN_DAYS=${LOGROTATE_RETAIN_DAYS:-"3"}
1717

0 commit comments

Comments
 (0)