Hi, We have been struggling with problems with multiple log messages being broken apart. Our apps can send random things to the logger including entire stack traces. We have a classifier that sends unknown lines to their own log file, so this makes a complete mess. This was with the distro apt package. So I went to building 3.25.1 by hand. If I build it with nothing on the configure line, it processes the multiline log messages just fine but if I build it with the ubuntu18 debian rules, it breaks the same way. I narrowed it down to if --eneable-systemd is set it breaks. Here are some relevant things. DISTRIB_DESCRIPTION="Ubuntu 18.04.5 LTS" config cmd ../configure --prefix=/usr/local --sysconfdir=/etc/syslog-ng --enable-dynamic-linking --enable-json --enable-manpages --enable-python --enable-java=no --enable-mongodb=no --enable-legacy-mongodb-options=no SOURCE_REVISION=3.25.1-ir1 --enable-systemd=no attaching the conf and the file classifier (60...) thanks, jerry