25 lines
330 B
Text
25 lines
330 B
Text
|
/var/log/gitlab/workhorse.log {
|
||
|
compress
|
||
|
maxsize 10M
|
||
|
minsize 1M
|
||
|
missingok
|
||
|
postrotate
|
||
|
/etc/init.d/gitlab.workhorse --quiet --ifstarted reopen
|
||
|
endscript
|
||
|
sharedscripts
|
||
|
rotate 5
|
||
|
weekly
|
||
|
}
|
||
|
|
||
|
/var/log/gitlab/*.log {
|
||
|
compress
|
||
|
copytruncate
|
||
|
delaycompress
|
||
|
maxsize 10M
|
||
|
minsize 1M
|
||
|
missingok
|
||
|
sharedscripts
|
||
|
rotate 10
|
||
|
weekly
|
||
|
}
|