diff options
-rw-r--r-- | config.yml.example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.yml.example b/config.yml.example index c3411d1..339e5a2 100644 --- a/config.yml.example +++ b/config.yml.example @@ -25,7 +25,8 @@ redis: namespace: resque:gitlab # Log file. -log_file: "/home/git/gitlab-shell/gitlab-shell.log" +# 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 |