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>2022-12-06 12:07:14 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-12-06 12:07:14 +0300
commit5bc6fcec0edaa4032afacce1aa5e5289e9ae07ac (patch)
tree85291d07572ef0761dfd214d6d2458dd64150b71 /doc/ci/services
parentf713e4eb11cae4593cfe70554a4a23536ab91357 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ci/services')
-rw-r--r--doc/ci/services/index.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ci/services/index.md b/doc/ci/services/index.md
index 830b9406c6e..be4cdbd10f9 100644
--- a/doc/ci/services/index.md
+++ b/doc/ci/services/index.md
@@ -394,6 +394,8 @@ time.
## Capturing service container logs
+> [Introduced](https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/3680) in GitLab Runner 15.6.
+
Logs generated by applications running in service containers can be captured for subsequent examination and debugging.
You might want to look at service container's logs when the service container has started successfully, but is not
behaving es expected, leading to job failures. The logs can indicate missing or incorrect configuration of the service