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:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2018-04-25 18:25:16 +0300
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2018-04-26 14:44:28 +0300
commit90db3e5add7ee93e3b88633cad01371442a0e733 (patch)
treee93d4881ac371e61af1a0e173a4f49f43d475427 /doc/configuration/README.md
parent221364d0506d9bad9705dcb10c34deb9a7e69c79 (diff)
Allow configuration of log levels
Log level cannot be set for Gitaly, which makes it very verbose in production. This is not a problem, but in a development environment it might be. Especially when other applications log to STDOUT too, details get lost. Closes https://gitlab.com/gitlab-org/gitaly/issues/1156
Diffstat (limited to 'doc/configuration/README.md')
-rw-r--r--doc/configuration/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/configuration/README.md b/doc/configuration/README.md
index e7778f6ba..88ac51b1e 100644
--- a/doc/configuration/README.md
+++ b/doc/configuration/README.md
@@ -118,6 +118,7 @@ max\_rss limit.
|name|type|required|notes|
|----|----|--------|-----|
|format|string|no|Log format: "text" or "json". Default: "text"|
+|level|string|no| Log level: "debug", "info", "warn", "error", "fatal", or "panic". Default: "info"|
|sentry_dsn|string|no|Sentry DSN for exception monitoring|
|ruby_sentry_dsn|string|no|Sentry DSN for gitaly-ruby exception monitoring|