Commit c22646d2 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Logrotate daily, keeping 90 days of old logs

Also remove the 'delaycompress' option which is not needed because we
use 'copytruncate'.
parent ae4ae2b2
......@@ -2,21 +2,19 @@
# based on: http://stackoverflow.com/a/4883967
/home/git/gitlab/log/*.log {
weekly
daily
missingok
rotate 52
rotate 90
compress
delaycompress
notifempty
copytruncate
}
/home/git/gitlab-shell/gitlab-shell.log {
weekly
daily
missingok
rotate 52
rotate 90
compress
delaycompress
notifempty
copytruncate
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment