From ffa8095391c95110926e13419699b3bcabec59a2 Mon Sep 17 00:00:00 2001 From: John Cai Date: Thu, 2 May 2019 22:47:29 +0000 Subject: Document where Gitaly instance writes logs during rspec --- doc/development/gitaly.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/development/gitaly.md b/doc/development/gitaly.md index d7b6b6aaae5..4ef20d5fd74 100644 --- a/doc/development/gitaly.md +++ b/doc/development/gitaly.md @@ -63,6 +63,8 @@ If your test-suite is failing with Gitaly issues, as a first step, try running: rm -rf tmp/tests/gitaly ``` +During rspec tests, the Gitaly instance will write logs to `gitlab/log/gitaly-test.log`. + ## Legacy Rugged code While Gitaly can handle all Git access, many of GitLab customers still -- cgit v1.2.1