kolla-ansible/releasenotes/notes/add-logrotate-configurable-variables-05cb3c5ede5c14fd.yaml
Zhuo Zhen 29ccd38eaa Configurable logrotate rotation interval and count
The logrotate rotation interval and count are not configurable.
Currently, the configuration is a "default" that keeps 6 weeks of logs.

Change-Id: I4f55ee2a98f7861cb8de2724f5edc32da6d2f9ee
2020-03-02 20:35:22 +00:00

7 lines
186 B
YAML

---
features:
- >
Adds configuration variables ``cron_logrotate_rotation_interval`` and
``cron_logrotate_rotation_count`` to set the logrotate rotation interval
and count.