Merge pull request #95 from centraldesktop/make-radosgw-log-match-logrotate
Make radosgw log match logrotate
This commit is contained in:
commit
9033e04141
@ -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 %>
|
||||
|
Loading…
x
Reference in New Issue
Block a user