Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer (GitLab) <jacob@gitlab.com>2018-06-18 15:21:21 +0300
committerZeger-Jan van de Weg <zegerjan@gitlab.com>2018-06-18 15:21:21 +0300
commit683f26ffabee952648385d1e4bb24d1738afc4ca (patch)
tree6ef259b2b9cfb7a27442550ba2ff72d4a7ad7621 /doc/configuration/README.md
parentdf6b83ecb76f46711c4a76d183e9b2d3ed86af5f (diff)
Use custom log levels for grpc-go
Diffstat (limited to 'doc/configuration/README.md')
-rw-r--r--doc/configuration/README.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/configuration/README.md b/doc/configuration/README.md
index 337e11f87..91755e4f5 100644
--- a/doc/configuration/README.md
+++ b/doc/configuration/README.md
@@ -115,6 +115,13 @@ max\_rss limit.
### Logging
+Example:
+
+```
+[logging]
+level = "warn"
+```
+
|name|type|required|notes|
|----|----|--------|-----|
|format|string|no|Log format: "text" or "json". Default: "text"|
@@ -124,10 +131,6 @@ max\_rss limit.
## Environment variables
-### GITALY_DEBUG
-
-When set to `1`, Gitaly will print debug log messages.
-
### GITALY_SOCKET_PATH
Required unless GITALY_LISTEN_ADDR is set. Overrides `socket_path` in