fix(conf): add 'monthly' interval
This commit is contained in:
parent
a922ea2ba8
commit
b6cc8a9084
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ no{{ parameter }}
|
|||
# See "man logrotate" for details.
|
||||
|
||||
# log files rotation period
|
||||
{% for period in ['hourly', 'daily', 'weekly', 'yearly'] -%}
|
||||
{% for period in ['hourly', 'daily', 'weekly', 'monthly', 'yearly'] -%}
|
||||
{{ set_parameter(period) }}
|
||||
{%- endfor %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue