Merge branch 'logrotate' into 'master'

Include a logrotate configuration file

See merge request ruby-team/gitlab!12
This commit is contained in:
Antoine Le Gonidec 2023-07-23 18:11:15 +00:00
commit 801e0cadba

11
debian/gitlab.logrotate vendored Normal file
View file

@ -0,0 +1,11 @@
/var/log/gitlab/*.log {
daily
missingok
copytruncate
rotate 14
compress
delaycompress
notifempty
create 0640 ${gitlab_user} ${gitlab_user}
sharedscripts
}