~freyes/charms/trusty/hacluster/debug-config

« back to all changes in this revision

Viewing changes to templates/corosync.conf

  • Committer: Felipe Reyes
  • Date: 2014-12-15 12:55:12 UTC
  • Revision ID: felipe.reyes@canonical.com-20141215125512-qi5yji6d7lae77fy
Add config key to enable corosync debugging

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
        to_logfile: no
85
85
        to_syslog: yes
86
86
        syslog_facility: daemon
87
 
    debug: off
 
87
        debug: {% if debug %}on{% else %}off{% endif %}
88
88
        logger_subsys {
89
89
                subsys: QUORUM
90
 
                debug: off
 
90
                debug: {% if debug %}on{% else %}off{% endif %}
91
91
        }
92
92
}