]> git.pld-linux.org Git - packages/gitlab-ce.git/blob - gitlab.logrotate
v8.12.6
[packages/gitlab-ce.git] / gitlab.logrotate
1 /var/log/gitlab/production.log
2 /var/log/gitlab/sidekiq.log
3 /var/log/gitlab/unicorn.stderr.log
4 /var/log/gitlab/unicorn.stdout.log
5 {
6         rotate 7
7         daily
8         maxsize 10M
9         minsize 1M
10         sharedscripts
11
12         su root git
13         olddir /var/log/archive/gitlab
14
15         postrotate
16                 service gitlab-unicorn try-restart > /dev/null
17                 service gitlab-sidekiq try-restart > /dev/null
18         endscript
19 }
This page took 0.084402 seconds and 3 git commands to generate.