From: John Wilkins Date: Fri, 24 Jan 2014 23:11:32 +0000 (-0800) Subject: doc: Switched logging to true. Now required for sync agent. X-Git-Tag: v0.78~273 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=97edd2fcad04e8766f965e3c487d469afbdb5a3f;p=ceph.git doc: Switched logging to true. Now required for sync agent. Signed-off-by: John Wilkins --- diff --git a/doc/radosgw/federated-config.rst b/doc/radosgw/federated-config.rst index 2201817483fc..a9da8a204e08 100644 --- a/doc/radosgw/federated-config.rst +++ b/doc/radosgw/federated-config.rst @@ -392,13 +392,13 @@ Create a Region { "name": "us-east", "endpoints": [ "http:\/\/{fqdn}:80\/"], - "log_meta": "false", - "log_data": "false"}, + "log_meta": "true", + "log_data": "true"}, { "name": "us-west", "endpoints": [ "http:\/\/{fqdn}:80\/"], - "log_meta": "false", - "log_data": "false"}], + "log_meta": "true", + "log_data": "true"}], "placement_targets": [ { "name": "default-placement",