[systemd-bugs] [Bug 86465] journal logs from service stdout/stderr split at 2048 chars
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Feb 3 00:24:53 PST 2015
https://bugs.freedesktop.org/show_bug.cgi?id=86465
--- Comment #8 from Igor Bukanov <igor at mir2.org> ---
I observed this issue as well. It is really puzzling why
perl -e "print 'MESSAGE=', 'a'x4096, 'b'" | logger --journald
generates single log message,
perl -e "print 'a'x4096, 'b'" | systemd-cat
generates 3 and
perl -e "print 'a'x4096, 'b'" | logger
generates 5 log lines.
Whatever the technical reasons to restrict the log message length, at least the
limits should be consistent.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-bugs/attachments/20150203/eceb3e87/attachment-0001.html>
More information about the systemd-bugs
mailing list