debian-mirror-gitlab/lib/support/logrotate/gitlab

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
301 B
Text
Raw Normal View History

2014-09-02 18:07:02 +05:30
# GitLab logrotate settings
/home/git/gitlab/log/*.log {
2020-07-28 23:09:34 +05:30
su git git
2014-09-02 18:07:02 +05:30
daily
missingok
rotate 90
compress
notifempty
copytruncate
}
/home/git/gitlab-shell/gitlab-shell.log {
2020-07-28 23:09:34 +05:30
su git git
2014-09-02 18:07:02 +05:30
daily
missingok
rotate 90
compress
notifempty
copytruncate
}