We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1f7e2d commit 7d668c1Copy full SHA for 7d668c1
roles/ceph-infra/templates/logrotate.conf.j2
@@ -1,6 +1,6 @@
1
/var/log/ceph/*.log {
2
- rotate 7
3
- daily
+ rotate {{ ceph_logrotate_rotate | default(7) }}
+ {{ ceph_logrotate_frequency | default('daily') }}
4
compress
5
sharedscripts
6
postrotate
0 commit comments