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>2019-08-08 23:30:37 +0300
committerStan Hu <stanhu@gmail.com>2019-08-08 23:39:11 +0300
commit0324028a3f4d58e2001aae69ac343ee645f07e9a (patch)
tree14de03ba7cdd9676a68d9efc11a9c396e482549c /doc/user/admin_area
parent0e456465d16d23e68096231cf9e45ea1064e9294 (diff)
Rename githost.log -> git_json.log
The githost.log name was often confused with GitHost.io. Rename this to git_json.log to make it clear it's coming from Git and that it's JSON data.
Diffstat (limited to 'doc/user/admin_area')
-rw-r--r--doc/user/admin_area/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/admin_area/index.md b/doc/user/admin_area/index.md
index f5e6bff67c5..9bc0f64b68d 100644
--- a/doc/user/admin_area/index.md
+++ b/doc/user/admin_area/index.md
@@ -272,7 +272,7 @@ The **Logs** page provides access to the following log files:
| Log file | Contents |
| :---------------------- | :------- |
| `application.log` | GitLab user activity |
-| `githost.log` | Failed GitLab interaction with Git repositories |
+| `git_json.log` | Failed GitLab interaction with Git repositories |
| `production.log` | Requests received from Unicorn, and the actions taken to serve those requests |
| `sidekiq.log` | Background jobs |
| `repocheck.log` | Repository activity |