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:
authorStan Hu <stanhu@gmail.com>2018-08-24 22:58:50 +0300
committerStan Hu <stanhu@gmail.com>2018-08-30 20:58:31 +0300
commite850d4ea6c3d925f8a55c247183f9accc38ece3f (patch)
tree96ab9de87ca60e7031d398643bc6be5516ea7901 /doc/administration/logs.md
parentf981d4febbbb5103262f4daa858236d9c4ed9d67 (diff)
Add JSON logging for Bitbucket Server importer
Adds an importer.log so that it's easier to track what's happening with the import.
Diffstat (limited to 'doc/administration/logs.md')
-rw-r--r--doc/administration/logs.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/administration/logs.md b/doc/administration/logs.md
index c8a3ef80e8f..0fbb4481fb8 100644
--- a/doc/administration/logs.md
+++ b/doc/administration/logs.md
@@ -219,6 +219,15 @@ installations from source.
It logs information whenever a [repository check is run][repocheck] on a project.
+## `importer.log`
+
+Introduced in GitLab 11.3. This file lives in `/var/log/gitlab/gitlab-rails/importer.log` for
+Omnibus GitLab packages or in `/home/git/gitlab/log/importer.log` for
+installations from source.
+
+Currently it logs the progress of project imports from the Bitbucket Server
+importer. Future importers may use this file.
+
## Reconfigure Logs
Reconfigure log files live in `/var/log/gitlab/reconfigure` for Omnibus GitLab