[email protected] wrote on 09/20/2010 01:38:32 PM:

> mark messages were written with facility and 
> priority "kern.info" and therefore a selector line such as: 

Looking at the code in ./plugins/immark/immark.c 

I see: 
        logmsgInternal(NO_ERRCODE, LOG_INFO, (uchar*)"-- MARK --", MARK);

Shouldn't this be:
        logmsgInternal(NO_ERRCODE, LOG_MARK|LOG_INFO, (uchar*)"-- MARK 
--", MARK);

I haven't done enough to verify if this correct but other uses of 
logmsgInternal() in ./tools/syslogd.c or it with LOG_SYSLOG and those 
messages are logged with the "syslog" facility.

Regards
-ant
ps. I checked the 3.22.2 and the 6.1.0 version of code and this line is 
the same in both




Disclaimer
Sanlam Life Insurance Limited - Reg No 1998/021121/06 - Licensed Financial 
Services Provider
Disclaimer and Directors
Alternatively, send a blank email to Disclaimer
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com

Reply via email to