I've been trying to figure out an obscure problem with syslog-ng importing to a mysql database.
This seems to be the same problem I posted about last week, with SpamAssassin. No answer yet.
As per http://www.campin.net/syslog-ng/faq.html#message_length - is this the same issue?
I don't see how it can be an input buffer length issue as each is way less than the 1k or 8k. Or a system library issue, as each log entry still has its INSERT statement (or timestamp in my case, with plaintext logs) which only syslog-ng adds, so it's obviously getting each line intact and separate. 2004-11-20T16:41:00+1000 chloe spamd[704]: connection from localhost [127.0.0.1] at port 33809 2004-11-20T16:41:01+1000 chloe spamd[23149]: info: setuid to slittle succeeded 2004-11-20T16:41:01+1000 chloe spamd[23149]: processing message <419ED8F2.3010106@slittle.com> for slittle:1000. 2004-11-20T16:41:01+1000 chloe spamd[23149]: clean message (-34.6/5.0) for slittle:1000 in 0.2 seconds, 562 bytes. 2004-11-20T16:41:01+1000 chloe qmail: 1100929261.295433 delivery 6355: success: did_2+0+1/ All one line.