Make days retained configurable

This commit is contained in:
2020-03-28 16:34:52 -05:00
parent 47ad64d5e1
commit 579032189f
8 changed files with 11 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
daily
# keep 4 weeks worth of backlogs
rotate 90
rotate {{ log_retention_days }}
# create new (empty) log files after rotating old ones
create

View File

@@ -3,7 +3,7 @@
daily
# keep 4 weeks worth of backlogs
rotate 90
rotate {{ log_retention_days }}
# create new (empty) log files after rotating old ones
create

View File

@@ -3,7 +3,7 @@
daily
# keep 4 weeks worth of backlogs
rotate 90
rotate {{ log_retention_days }}
# create new (empty) log files after rotating old ones
create