Skip to content
Snippets Groups Projects
Commit 4f0b142d authored by Jörg Sachse's avatar Jörg Sachse
Browse files

feat: set new default log retention policy of 90 days

parent eed64299
No related branches found
No related tags found
No related merge requests found
Pipeline #4474 failed
# see "man logrotate" for details
# rotate log files weekly
weekly
daily
# keep 13 weeks (so 1/4 of a year) worth of backlogs
rotate 13
# keep 90 days worth of backlogs as required by SLUBs retention policy and backed by SächsISichG §13
rotate 90
# create new (empty) log files after rotating old ones
create
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment