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:
Diffstat (limited to 'config.praefect.toml.example')
-rw-r--r--config.praefect.toml.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.praefect.toml.example b/config.praefect.toml.example
index f7daaf128..99b83fdba 100644
--- a/config.praefect.toml.example
+++ b/config.praefect.toml.example
@@ -20,7 +20,7 @@ listen_addr = "127.0.0.1:2305"
# [logging]
# 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
+# # One of, in order: debug, info, warn, error, fatal, panic
# # Defaults to "info"
# level = "warn"
# [sentry]