diff --git a/templates/default/ceph.conf.erb b/templates/default/ceph.conf.erb index e82d191..40539a5 100644 --- a/templates/default/ceph.conf.erb +++ b/templates/default/ceph.conf.erb @@ -34,7 +34,7 @@ host = <%= node['hostname'] %> rgw socket path = /var/run/ceph/radosgw.<%= node['hostname'] %> keyring = /etc/ceph/ceph.client.radosgw.<%= node['hostname'] %>.keyring - log file = /var/log/ceph/radosgw.log + log file = /var/log/radosgw/radosgw.log <% if (! node['ceph']['config']['rgw'].nil?) -%> <% node['ceph']['config']['rgw'].sort.each do |k, v| %> <%= k %> = <%= v %>