From: John Wilkins Date: Fri, 5 Sep 2014 21:17:47 +0000 (-0700) Subject: doc: Update logging path to reflect log rotate script default path. X-Git-Tag: v0.86~138 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=484fb857657642405615ce8dacbce9e17b54d128;p=ceph.git doc: Update logging path to reflect log rotate script default path. Fixes: #9351 Signed-off-by: John Wilkins --- diff --git a/doc/radosgw/config.rst b/doc/radosgw/config.rst index 3b6585151b9a..5f15c4c6d73d 100644 --- a/doc/radosgw/config.rst +++ b/doc/radosgw/config.rst @@ -131,7 +131,7 @@ FastCGI and a log file. For example:: host = {host-name} keyring = /etc/ceph/ceph.client.radosgw.keyring rgw socket path = /var/run/ceph/ceph.radosgw.{instance-name}.fastcgi.sock - log file = /var/log/ceph/client.radosgw.{instance-name}.log + log file = /var/log/radosgw/client.radosgw.{instance-name}.log The ``[client.radosgw.*]`` portion of the gateway instance identifies this portion of the Ceph configuration file as configuring a Ceph Storage Cluster @@ -142,7 +142,7 @@ instance name follows. For example:: host = ceph-gateway keyring = /etc/ceph/ceph.client.radosgw.keyring rgw socket path = /var/run/ceph/ceph.radosgw.gateway.fastcgi.sock - log file = /var/log/ceph/client.radosgw.gateway.log + log file = /var/log/radosgw/client.radosgw.{instance-name}.log .. note:: The ``host`` must be your machine hostname, not the FQDN. Make sure that the name you use for the FastCGI socket is not the same as the one