summaryrefslogtreecommitdiff
path: root/etc/object-server.conf-sample
diff options
context:
space:
mode:
Diffstat (limited to 'etc/object-server.conf-sample')
-rw-r--r--etc/object-server.conf-sample7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/object-server.conf-sample b/etc/object-server.conf-sample
index e7466bba8..71a264fab 100644
--- a/etc/object-server.conf-sample
+++ b/etc/object-server.conf-sample
@@ -291,6 +291,13 @@ use = egg:swift#recon
# ring_check_interval = 15.0
# recon_cache_path = /var/cache/swift
#
+# By default, per-file rsync transfers are logged at debug if successful and
+# error on failure. During large rebalances (which both increase the number
+# of diskfiles transferred and increases the likelihood of failures), this
+# can overwhelm log aggregation while providing little useful insights.
+# Change this to false to disable per-file logging.
+# log_rsync_transfers = true
+#
# limits how long rsync error log lines are
# 0 means to log the entire line
# rsync_error_log_line_length = 0