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:
authorAndrew Newdigate <andrew@gitlab.com>2017-05-26 12:54:49 +0300
committerJacob Vosmaer (GitLab) <jacob@gitlab.com>2017-05-26 12:54:49 +0300
commit66e47819fde25ec1c81a53bc60216b082c5239db (patch)
treeeae6e1379ae2b854effb039dbe28a040b85a6c72 /config.toml.example
parent8799aef8c9571ee698739a08ee8cdc6763702f4f (diff)
Add logrus logging
Diffstat (limited to 'config.toml.example')
-rw-r--r--config.toml.example4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.toml.example b/config.toml.example
index 3a987f990..3778962d0 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -20,3 +20,7 @@ path = "/home/git/repositories"
# name = "other_storage"
# path = "/mnt/other_storage/repositories"
#
+
+# # You can optionally configure Gitaly to output JSON-formatted log messages to stdout
+# [logging]
+# format = "json"