]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Update logging path to reflect log rotate script default path.
authorJohn Wilkins <john.wilkins@inktank.com>
Fri, 5 Sep 2014 21:17:47 +0000 (14:17 -0700)
committerJohn Wilkins <john.wilkins@inktank.com>
Fri, 5 Sep 2014 21:17:47 +0000 (14:17 -0700)
Fixes: #9351
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/radosgw/config.rst

index 3b6585151b9aa6437c31ffb073fab23679e0748b..5f15c4c6d73d183af38fd859ea894851d26676d1 100644 (file)
@@ -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