[systemd-bugs] [Bug 86465] journal logs from service stdout/stderr split at 2048 chars

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Dec 8 15:26:21 PST 2014


https://bugs.freedesktop.org/show_bug.cgi?id=86465

--- Comment #2 from Lennart Poettering <lennart at poettering.net> ---
We cannot accept unbounded log lines. We currently add a hard break after
LINE_MAX (as defined by glibc), which is at 2K. I am not sure what we really
can do about this. We must enforce something. We can of course play games and
bump it to 4K or 16K, but I am not convinced this would be that beneficial,
really.

-- 
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/20141208/131b89a8/attachment.html>


More information about the systemd-bugs mailing list