]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Use /var/log/ceph for rgw logs 457/head
authorSébastien Han <seb@redhat.com>
Tue, 15 Dec 2015 22:22:19 +0000 (23:22 +0100)
committerSébastien Han <seb@redhat.com>
Tue, 15 Dec 2015 22:22:19 +0000 (23:22 +0100)
We should not bother having another directory for this. So we stick with
the default logging dir.

Signed-off-by: Sébastien Han <seb@redhat.com>
roles/ceph-common/templates/ceph.conf.j2

index d9426ea45ebcd544bea51d7181734dfdeb277b2b..ae65d650d70f4eff9647fd9e048f1b8c9f5e9e1a 100644 (file)
   host = {{ hostvars[host]['ansible_hostname'] }}
   keyring = /var/lib/ceph/radosgw/ceph-rgw.{{ hostvars[host]['ansible_hostname'] }}/keyring
   rgw socket path = /tmp/radosgw-{{ hostvars[host]['ansible_hostname'] }}.sock
-  log file = /var/log/radosgw/radosgw-{{ hostvars[host]['ansible_hostname'] }}.log
+  log file = /var/log/ceph/radosgw-{{ hostvars[host]['ansible_hostname'] }}.log
   rgw data = /var/lib/ceph/radosgw/ceph-rgw.{{ hostvars[host]['ansible_hostname'] }}
   rgw print continue = false
   {% if radosgw_frontend  == 'civetweb' %}