Hi,<br>I would like to set debugging levels higher than zero with pacemaker/corosync.<br><br>[root@fc12-a heartbeat]# ./crmd version<br>CRM Version: 1.0.5 (ee19d8e83c2a5d45988f1cee36d334a631d84fc7)<br>[root@fc12-a heartbeat]# corosync -v<br>
Corosync Cluster Engine, version '1.1.2' SVN revision '2539'<br>Copyright (c) 2006-2009 Red Hat, Inc.<br><br>What I would like is to only write log messages to private files and not syslog<br>and to enable debug log messages from pacemaker, particularly the pengine.<br>
So far I have corosync writing to its own log file and pacemaker writing to<br>both syslog and through ha_logd to ha-log and ha-debug.  However, both outputs<br>are the same.<br><br>It seems there are only two configuration options for pacemaker as started by<br>
corosync: use_logd which I've enabled and use_mgmtd which I don't understand.<br>There is no documentation for the service section of corosync.conf that I could<br>find, except for lib/ais/plugin.c which has no comments.<br>
<br>- How to I turn off output to syslog by pacemaker?<br>- How to I enable all those nice debug prints in pacemaker source to go to some file?<br><br>Thanks!<br>Alan<br><br>