by tradergt on Fri Sep 30, 2005 5:09 pm
well, hopefully it isnt sysklogd-sql changing things.. But I had a table set like so:
`facility` enum('auth','authpriv','cron','daemon','kern','lpr','mail','mark','news','security','syslog','user','uucp','local0','local1','local2','local3','local4','local5','local6','local7') collate latin1_general_ci NOT NULL default 'syslog',
`priority` enum('debug','info','notice','warning','warn','err','error','crit','alert','emerg','panic') collate latin1_general_ci NOT NULL default 'notice',
And its mapping user stuff under auth.. Just all over.. I dont really know if your wrong, or sysklogd-sql.. But if you contend your right, I just need some sort of mapping thing so I can set my table up right..