Make days retained configurable
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user