PKGBUILDs/community/gitlab/gitlab.logrotate

12 lines
160 B
Plaintext
Raw Normal View History

2016-12-10 18:01:59 +00:00
# GitLab logrotate settings
# based on: http://stackoverflow.com/a/4883967
<LOGDIR>/*.log {
daily
missingok
rotate 90
compress
notifempty
copytruncate
}