When starting rsyslogd I get two identical console messages referring to priority name. I noticed the section in the rsyslog.conf documentation concerning selectors. I copied syslog.conf to rsyslog.conf and added appropriate rsyslog parameters. I was just wondering what is causing the messages and whether they are a concern. Rsyslog.conf follows (comments removed):
$template mailinfo,"insert into mailinfo (date,time,host,process,message) values (date('%timegenerated:::date-mysql%'),time('%timegenerated:::date-mysql%'),'%source%',trim(trailing ':' from '%syslogtag%'),ltrim('%msg%'))",sql
*.err;kern.warning;auth.notice;mail.crit /dev/console
*.notice;authpriv.none;kern.debug;lpr.info;mail.crit;news.err /var/log/messages
security.* /var/log/security
auth.info;authpriv.info /var/log/auth.log
mail.info /var/log/maillog
mail.info >mysql.deadghost.com,syslog,syslog,syslog;mailinfo
lpr.info /var/log/lpd-errs
ftp.info /var/log/xferlog
cron.* /var/log/cron
*.=debug /var/log/debug.log
*.emerg *
!startslip
*.* /var/log/slip.log
!ppp
*.* /var/log/ppp.log


