[syslog-ng] syslog-ng split long rows

Balazs Scheidler bazsi77 at gmail.com
Tue Aug 18 09:48:00 CEST 2015


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 at 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
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.balabit.hu/pipermail/syslog-ng/attachments/20150818/0e511129/attachment.htm 


More information about the syslog-ng mailing list