summaryrefslogtreecommitdiff
path: root/config.yml.example
diff options
context:
space:
mode:
authorash <smashwilson@gmail.com>2013-05-18 19:42:48 +0000
committerash <smashwilson@gmail.com>2013-05-18 19:42:48 +0000
commit90b9e113812fb566b0535e44df3f3279bf6c4438 (patch)
treee88a59cec3a9d62be6c319e093b5fe816ca3daaa /config.yml.example
parentceb23a6230850f26a8c3eb2282ae25af6aa23665 (diff)
downloadgitlab-shell-90b9e113812fb566b0535e44df3f3279bf6c4438.tar.gz
Allow administrators to log users by key id (faster) or by username (clearer).
Diffstat (limited to 'config.yml.example')
-rw-r--r--config.yml.example5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.yml.example b/config.yml.example
index 5bc866d..c3411d1 100644
--- a/config.yml.example
+++ b/config.yml.example
@@ -29,3 +29,8 @@ log_file: "/home/git/gitlab-shell/gitlab-shell.log"
# Log level. INFO by default
log_level: INFO
+
+# Audit usernames.
+# Set to true to see real usernames in the logs instead of key ids, which is easier to follow, but
+# incurs an extra API call on every gitlab-shell command.
+audit_usernames: false