Hi<br><br> I output log in /var/log/ha.log by the following setting.<br> It is not output by /var/log/ha.log when I operate this with a V1 mode.<br> In the case of a V1 mode, is not setting enough?<br><br>--- /etc/corosync/corosync.conf ---<br>
service {<br>    name: pacemaker<br>    ver: 0<br>}<br>logging {<br>    fileline: on<br>    to_syslog: yes<br>    syslog_facility: local1<br>    syslog_priority: debug<br>    debug: off<br>    timestamp: on<br>}<br>-------------------------------<br>

<br>--- /etc/syslog.conf ---<br># Corosync + Pacemaker<br>local1.*           /var/log/ha.log<br>-------------------------------<br><br>Regards,<br>Tomo <br><br>