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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-01-08 06:08:05 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-08 06:08:05 +0300
commit30010b161d42bdac3ab5cd16e63cc61c2f4939f3 (patch)
tree57d1392d4d668d9369f0bd1bf7a42876d6f59506 /doc/administration/job_logs.md
parent2b3bfe8fc59ed4cdc385955cdb38cbd481b45426 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/administration/job_logs.md')
-rw-r--r--doc/administration/job_logs.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/administration/job_logs.md b/doc/administration/job_logs.md
index 6042786d101..fc37fbb170d 100644
--- a/doc/administration/job_logs.md
+++ b/doc/administration/job_logs.md
@@ -81,7 +81,7 @@ with one change: _the stored path of the first two phases is different_. This in
log architecture stores chunks of logs in Redis and a persistent store (object storage or database) instead of
file storage. Redis is used as first-class storage, and it stores up-to 128KB
of data. Once the full chunk is sent, it is flushed to a persistent store, either object storage (temporary directory) or database.
-After a while, the data in Redis and a persitent store will be archived to [object storage](#uploading-logs-to-object-storage).
+After a while, the data in Redis and a persistent store will be archived to [object storage](#uploading-logs-to-object-storage).
The data are stored in the following Redis namespace: `Gitlab::Redis::SharedState`.