gitlab-org--gitlab-foss/lib/support/logrotate/gitlab

22 lines
301 B
Plaintext

# GitLab logrotate settings
/home/git/gitlab/log/*.log {
su git git
daily
missingok
rotate 90
compress
notifempty
copytruncate
}
/home/git/gitlab-shell/gitlab-shell.log {
su git git
daily
missingok
rotate 90
compress
notifempty
copytruncate
}