v3.2.1 - Allow gitlab-project's fork-project command to fork projects between different repository storages v3.2.0 - Allow GitLab Shell to check for allowed access based on the used Git protocol - Add an error message when using shell commands with incompatible GitLab versions v3.1.0 - Refactor repository paths handling to allow multiple git mount points v3.0.1 - Update PostReceive worker to provide enqueued_at time. Approved by: swills (mentor)
11 lines
325 B
Text
11 lines
325 B
Text
--- config.yml.example.orig 2016-07-26 21:04:16 UTC
|
|
+++ config.yml.example
|
|
@@ -43,7 +43,7 @@ redis:
|
|
|
|
# Log file.
|
|
# Default is gitlab-shell.log in the root directory.
|
|
-# log_file: "/home/git/gitlab-shell/gitlab-shell.log"
|
|
+log_file: "/var/log/gitlab-shell/gitlab-shell.log"
|
|
|
|
# Log level. INFO by default
|
|
log_level: INFO
|