Menu

#34 facility, priority always kern, emerg (om_pgsql, om_mysql)

open
nobody
None
5
2003-01-10
2003-01-10
No

I am trying to set up msyslog to log to an SQL database.
Everything works as it should except the 'facility' and
'priority'
are always 'kern' and 'emerg' respectively.

The problem occurs for both MySQL and PostgreSQL
(om_mysql, om_pgsql).

All messages whether added by me using the logger
command or by system
processes still have the same facility and priority.

I am using version 1.09a of msyslog on the Gentoo Linux
distribution.

root# msyslogd -d -i unix /dev/log -i linux

user$ logger -p local3.info "message"
user$ logger -p cron.info "message"

-- (m)syslog.conf --
*.* %mysql -s localhost -u user -d syslog -t table -F -P
*.* %pgsql -s localhost -u user -d syslog -t table -F -P

Any insight towards relieving my grief with this problem
would be greatly appreciated.

Discussion

  • Nobody/Anonymous

    Logged In: NO

    same problem here, using gentoo too. perhaps a problem in
    the ebuild?

     
  • Nobody/Anonymous

    Logged In: NO

    same here.. seems that this project is dead?

     

Log in to post a comment.