BigW Consortium Gitlab

gitlab 318 Bytes
Newer Older
1 2 3 4
# GitLab logrotate settings
# based on: http://stackoverflow.com/a/4883967

/home/git/gitlab/log/*.log {
5
    daily
6
    missingok
7
    rotate 90
8 9 10 11 12 13
    compress
    notifempty
    copytruncate
}

/home/git/gitlab-shell/gitlab-shell.log {
14
    daily
15
    missingok
16
    rotate 90
17 18 19 20
    compress
    notifempty
    copytruncate
}