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-10-31 20:55:55 +0300
committerJohn Cai <jcai@gitlab.com>2019-10-31 20:55:55 +0300
commit4ac05973650542d9a9009466b1cf3a71272e1dda (patch)
tree8551f3f7ae5f8e1ab200c0793a04f39b67b6e84f /config.praefect.toml.example
parentafb300947a641c9a2d4f09f987e3b74370286969 (diff)
Adding sentry config to praefect
Refactored configs so that both praefect and gitaly can share logging and sentry config structs
Diffstat (limited to 'config.praefect.toml.example')
-rw-r--r--config.praefect.toml.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.praefect.toml.example b/config.praefect.toml.example
index f23ab8472..10a7c9073 100644
--- a/config.praefect.toml.example
+++ b/config.praefect.toml.example
@@ -15,6 +15,9 @@ listen_addr = "127.0.0.1:2305"
# # One of, in order: debug, info, warn, errror, fatal, panic
# # Defaults to "info"
# level = "warn"
+# [sentry]
+# sentry_environment = ""
+# sentry_dsn = ""
#
# Optional: authenticate Gitaly requests using a shared secret. This token works the same way as a gitaly token
# [auth]