diff options
Diffstat (limited to 'config.yml.example')
-rw-r--r-- | config.yml.example | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/config.yml.example b/config.yml.example index c616254..23743fd 100644 --- a/config.yml.example +++ b/config.yml.example @@ -49,10 +49,3 @@ log_level: INFO # 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 - -# Git trace log file. -# If set, git commands receive GIT_TRACE* environment variables -# See https://git-scm.com/book/es/v2/Git-Internals-Environment-Variables#Debugging for documentation -# An absolute path starting with / – the trace output will be appended to that file. -# It needs to exist so we can check permissions and avoid to throwing warnings to the users. -git_trace_log_file: |