PKGBUILDs/community/gitlab/gitlab.logrotate
2016-12-10 18:01:59 +00:00

12 lines
160 B
Plaintext

# GitLab logrotate settings
# based on: http://stackoverflow.com/a/4883967
<LOGDIR>/*.log {
daily
missingok
rotate 90
compress
notifempty
copytruncate
}