summaryrefslogtreecommitdiff
path: root/doc/development
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-01-09 11:31:51 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2018-01-09 11:31:51 +0000
commit4eae806af4874d5d2540a78f51fcbf72b9f69287 (patch)
tree81ca6c53b3e86a7d0f8ef0b329a11ea445168acc /doc/development
parent2e4a1b3b78a76103198180acf873de8470d7cecf (diff)
parent97311688b5d1b33b1fa0b3958d88af19bc8089b8 (diff)
downloadgitlab-ce-4eae806af4874d5d2540a78f51fcbf72b9f69287.tar.gz
Merge branch 'doc-development-architecture.md-remove-unnecessary-line' into 'master'
Fix: remove unnecessary line Closes #41501 See merge request gitlab-org/gitlab-ce!16289
Diffstat (limited to 'doc/development')
-rw-r--r--doc/development/architecture.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/development/architecture.md b/doc/development/architecture.md
index 54029e00507..d1ba7d3dfc3 100644
--- a/doc/development/architecture.md
+++ b/doc/development/architecture.md
@@ -133,8 +133,6 @@ Usage: /etc/init.d/postgresql {start|stop|restart|reload|force-reload|status} [v
### Log locations of the services
-Note: `/home/git/` is shorthand for `/home/git`.
-
gitlabhq (includes Unicorn and Sidekiq logs)
- `/home/git/gitlab/log/` contains `application.log`, `production.log`, `sidekiq.log`, `unicorn.stdout.log`, `githost.log` and `unicorn.stderr.log` normally.