Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/support/logrotate/gitlab')
-rw-r--r--lib/support/logrotate/gitlab20
1 files changed, 0 insertions, 20 deletions
diff --git a/lib/support/logrotate/gitlab b/lib/support/logrotate/gitlab
deleted file mode 100644
index d9b07b61ec3..00000000000
--- a/lib/support/logrotate/gitlab
+++ /dev/null
@@ -1,20 +0,0 @@
-# GitLab logrotate settings
-# based on: http://stackoverflow.com/a/4883967
-
-/home/git/gitlab/log/*.log {
- daily
- missingok
- rotate 90
- compress
- notifempty
- copytruncate
-}
-
-/home/git/gitlab-shell/gitlab-shell.log {
- daily
- missingok
- rotate 90
- compress
- notifempty
- copytruncate
-}