Re: [Linux-ha-dev] Using of LOCAL7 log facility

2007-08-04 Thread Alan Robertson
Serge Dubrouski wrote: > On 7/20/07, Andrew Beekhof <[EMAIL PROTECTED]> wrote: >> 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

Re: [Linux-ha-dev] Using of LOCAL7 log facility

2007-07-20 Thread Serge Dubrouski
On 7/20/07, Andrew Beekhof <[EMAIL PROTECTED]> wrote: 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 Unfortunately this isn't a true sta

Re: [Linux-ha-dev] Using of LOCAL7 log facility

2007-07-20 Thread Andrew Beekhof
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 expl

[Linux-ha-dev] Using of LOCAL7 log facility

2007-07-19 Thread Serge Dubrouski
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.