1 diff -Nura a/corosync.conf.example b/corosync.conf.example
2 --- a/conf/corosync.conf.example 2016-10-26 14:28:13.203573884 +0200
3 +++ b/conf/corosync.conf.example 2016-10-26 14:29:00.481706861 +0200
5 # Log to a log file. When set to "no", the "logfile" option
8 - logfile: /var/log/cluster/corosync.log
9 + logfile: /var/log/hacluster/corosync.log
10 # Log to the system log daemon. When in doubt, set to yes.
12 # Log debug messages (very verbose). When in doubt, leave off.
13 diff -Nura a/corosync.conf.example.udpu b/corosync.conf.example.udpu
14 --- a/conf/corosync.conf.example.udpu 2016-10-26 14:28:19.588013737 +0200
15 +++ b/conf/corosync.conf.example.udpu 2016-10-26 14:29:14.363420642 +0200
20 - logfile: /var/log/cluster/corosync.log
21 + logfile: /var/log/hacluster/corosync.log
25 diff -Nura a/corosync.xml.example b/corosync.xml.example
26 --- a/conf/corosync.xml.example 2016-10-26 14:28:29.821910350 +0200
27 +++ b/conf/corosync.xml.example 2016-10-26 14:29:30.525668423 +0200
31 <logging fileline="off" to_stderr="no" to_logfile="yes"
32 - logfile="/var/log/cluster/corosync.log" to_syslog="yes" debug="off"
33 + logfile="/var/log/hacluster/corosync.log" to_syslog="yes" debug="off"