the crm does inherit the log settings from ha.cf, however for a number
of reasons we default to LOCAL7 if no other value is set.

to disable syslog logging completely, put this in ha.cf:
 logfacility none


On 7/20/07, Serge Dubrouski <[EMAIL PROTECTED]> wrote:
Just found that Heartbeat code explicitly uses LOCAL7 logfacility for
system logging:

        cl_log_set_entity(entity);
        cl_log_set_facility(LOG_LOCAL7);

and so on.

On standard Linux distribution ( RedHat at least) LOCAL7 is dedicated
for boot processes and is directed to go to boot.log. What was the
reason in ignoring the logfacility value from ha.cf and explicitly
using LOCAL7?

--
Serge Dubrouski.
_______________________________________________________
Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org
http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
Home Page: http://linux-ha.org/

_______________________________________________________
Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org
http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
Home Page: http://linux-ha.org/

Reply via email to