<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - journal logs from service stdout/stderr split at 2048 chars"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=86465#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - journal logs from service stdout/stderr split at 2048 chars"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=86465">bug 86465</a>
              from <span class="vcard"><a class="email" href="mailto:igor@mir2.org" title="Igor Bukanov <igor@mir2.org>"> <span class="fn">Igor Bukanov</span></a>
</span></b>
        <pre>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.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>