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 On Aug 13, 2015 11:02 AM, "Giovanni Mancuso" <giovanni.mancuso@par-tec.it> wrote:
Hi, i try to do a simple configuration of syslog-ng:
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); };
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).
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