summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlistout <listout@protonmail.com>2021-05-26 16:34:40 +0530
committerlistout <listout@protonmail.com>2021-05-26 16:34:40 +0530
commit4e2a137dee88f34fdfa02c53d126d417a4c76c66 (patch)
treefe20b1c05a6047cdbb03ee8dc923405eed0f8476
parent882b92585463e61619c71bc21e67f46e5af74234 (diff)
downloadgitlab-shell-4e2a137dee88f34fdfa02c53d126d417a4c76c66.tar.gz
log_format changed from 'text' to 'json'
Edited log_format description comment, if for 'text' if a user need 'text' logging
-rw-r--r--config.yml.example6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.yml.example b/config.yml.example
index 45e96cc..5662d2e 100644
--- a/config.yml.example
+++ b/config.yml.example
@@ -44,14 +44,14 @@ auth_file: "/home/git/.ssh/authorized_keys"
# secret: "supersecret"
# Log file.
-# Default is gitlab-shell.json in the root directory.
+# Default is gitlab-shell.log in the root directory.
# log_file: "/home/git/gitlab-shell/gitlab-shell.log"
# Log level. INFO by default
log_level: INFO
-# Log format. 'json' by default
-# log_format: text
+# Log format. 'json' by default, can be changed to 'text' if needed
+# log_format: json
# Audit usernames.
# Set to true to see real usernames in the logs instead of key ids, which is easier to follow, but