~openstack-charm-sync/charms/trusty/ceph/stable

« back to all changes in this revision

Viewing changes to templates/ceph.conf

  • Committer: Edward Hope-Morley
  • Date: 2016-01-18 10:18:30 UTC
  • mfrom: (126.1.1 stable.remote)
  • Revision ID: edward.hope-morley@canonical.com-20160118101830-q1xrh281kwse81ry
[hopem,r=]

Add loglevel config option.
Closes-Bug: 1520236

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
err to syslog = {{ use_syslog }}
15
15
clog to syslog = {{ use_syslog }}
16
16
mon cluster log to syslog = {{ use_syslog }}
 
17
debug mon = {{ loglevel }}/5
 
18
debug osd = {{ loglevel }}/5
17
19
 
18
20
{%- if ceph_public_network is string %}
19
21
public network = {{ ceph_public_network }}