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:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2014-12-01 20:58:37 +0300
committerJacob Vosmaer <contact@jacobvosmaer.nl>2014-12-01 20:58:37 +0300
commit64919745544cd09cdb510bf15e9522280d61fdde (patch)
treee36cf535be787dd3b737996bd97f58a8d04531c2 /doc/development
parent30e28a7e0c458395b7a205e72a89e7d1b68571eb (diff)
Disable Sidekiq arguments logging by default
Diffstat (limited to 'doc/development')
-rw-r--r--doc/development/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/development/README.md b/doc/development/README.md
index 20db6662aca..c31e5d7ae97 100644
--- a/doc/development/README.md
+++ b/doc/development/README.md
@@ -4,3 +4,4 @@
- [Shell commands](shell_commands.md) in the GitLab codebase
- [Rake tasks](rake_tasks.md) for development
- [CI setup](ci_setup.md) for testing GitLab
+- [Sidekiq debugging](sidekiq_debugging.md)