This seems to be a bug then, however the same code is handling both unixdgram and the file source, only settings are different. Please file an issue so it can be dealt with.
Cheers,
Bazsi
Hi,
i try to do a simple configuration of syslog-ng:
It works, but if i have in a source file a row that has 70410 char (for example), in the destionation file i have two different row (first: 65024 char, second: 5433 char).
source mailet_log {
file("/opt/myApp/mylog.log" log_msg_size(81920));
};
destination mailet_test {
file("/tmp/mylog_syslog.log");
};
log { source(mailet_log); destination(mailet_test); };
Is it normal? can i configure syslog-ng to not split the lines?
Thanks
--
______________________________________________________________________________
Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng
Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng
FAQ: http://www.balabit.com/wiki/syslog-ng-faq