summaryrefslogtreecommitdiffstats
path: root/config/configuration.yml.example
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2013-01-20 12:04:23 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2013-01-20 12:04:23 +0000
commit30801ca96805a78016a625fefde9f99f51042c78 (patch)
tree8f27fada5662a1257a4266bb2db53097999f0735 /config/configuration.yml.example
parent9f9802bf46047e5ad0bd559d4e26f92467d92f18 (diff)
downloadredmine-30801ca96805a78016a625fefde9f99f51042c78.tar.gz
redmine-30801ca96805a78016a625fefde9f99f51042c78.zip
Always log scm stderr and makes the log file path configurable.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11209 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/configuration.yml.example')
-rw-r--r--config/configuration.yml.example6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/configuration.yml.example b/config/configuration.yml.example
index 59527f874..4c14fa8f1 100644
--- a/config/configuration.yml.example
+++ b/config/configuration.yml.example
@@ -133,6 +133,12 @@ default:
scm_bazaar_command:
scm_darcs_command:
+ # Absolute path to the scm commands errors (stderr) log file.
+ # The default is to log in the 'log' directory of your Redmine instance.
+ # Example:
+ # scm_stderr_log_file: /var/log/redmine_scm_stderr.log
+ scm_stderr_log_file:
+
# Key used to encrypt sensitive data in the database (SCM and LDAP passwords).
# If you don't want to enable data encryption, just leave it blank.
# WARNING: losing/changing this key will make encrypted data unreadable.