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:
authorAchilleas Pipinellis <axil@gitlab.com>2019-10-02 23:04:37 +0300
committerJohn Cai <jcai@gitlab.com>2019-10-02 23:04:37 +0300
commitb7b0fca62b85820a7e9aa7b123984c6f1762e0d9 (patch)
treef94c7a7791bd6c52fed113c54f2296606a7c2da2 /doc/configuration/logging.md
parent3ae8bfa785c6139eed17b9351b9b0ba21ac4512f (diff)
Move the user documentation in GitLab CE
Diffstat (limited to 'doc/configuration/logging.md')
-rw-r--r--doc/configuration/logging.md42
1 files changed, 1 insertions, 41 deletions
diff --git a/doc/configuration/logging.md b/doc/configuration/logging.md
index 139a7ed0b..e5eb7a74a 100644
--- a/doc/configuration/logging.md
+++ b/doc/configuration/logging.md
@@ -1,41 +1 @@
-# Logging
-
-The following values configure logging in Gitaly under the `[logging]` section
-
-### dir
-
-While main gitaly application logs go to stdout, there are extra log files that go to a configured directory. These include:
-
-1. Gitlab shell logs
-
-### format
-
-The format of log messages. The current supported format is `json`. Any other value will be ignored and the default `text` format will be used.
-
-### level
-
-The log level. Valid values are the following:
-
-1. `trace`
-1. `debug`
-1. `info`
-1. `warn`
-1. `error`
-1. `fatal`
-1. `panic`
-
-The default log level is `info`.
-
-#### Gitlab Shell Exceptions
-
-Gitlab Shell does not spport `panic` or `trace`. `panic` will fall back to `error`, while `trace` will fall back to `debug`. Any other invalid log levels
-will default to `info`.
-
-## Format
-
-```toml
-[logging]
-dir = "/home/gitaly/logs"
-format = "json"
-level = "info"
-``` \ No newline at end of file
+This documentation was moved to https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/administration/gitaly/reference.md#logging.