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:
authorJohn Cai <jcai@gitlab.com>2019-06-06 02:10:58 +0300
committerJohn Cai <jcai@gitlab.com>2019-06-27 22:32:18 +0300
commit7de57dbbf34a94b565bf8e7481bdb4944b3a344f (patch)
tree7baa03878b079d3265592671b45bf6e4de2282fd /config.toml.example
parent8d52596e33bf98558399b8d86f870d741769e575 (diff)
Pass down log config through env vars
Diffstat (limited to 'config.toml.example')
-rw-r--r--config.toml.example2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.toml.example b/config.toml.example
index 801914937..a05ce079c 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -39,6 +39,8 @@ path = "/home/git/repositories"
# # You can optionally configure Gitaly to output JSON-formatted log messages to stdout
# [logging]
+# # The directory where Gitaly stores extra log files
+dir = "/home/git/gitlab/log"
# format = "json"
# # Optional: Set log level to only log entries with that severity or above
# # One of, in order: debug, info, warn, errror, fatal, panic