[syslog-ng] syslog-ng split long rows

Giovanni Mancuso giovanni.mancuso at par-tec.it
Thu Aug 13 11:02:11 CEST 2015


Hi,
i try to do a simple configuration of syslog-ng:
Konsole output

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 Konsole
output70410 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

-- 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.balabit.hu/pipermail/syslog-ng/attachments/20150813/1b02da0d/attachment.htm 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: giovanni_mancuso.vcf
Type: text/x-vcard
Size: 319 bytes
Desc: not available
Url : http://lists.balabit.hu/pipermail/syslog-ng/attachments/20150813/1b02da0d/attachment.vcf 


More information about the syslog-ng mailing list