<html>
  <head>
    <meta http-equiv="content-type" content="text/html;
      charset=iso-8859-15">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi, <br>
    i try to do a simple configuration of syslog-ng:<br>
    <title>Konsole output</title>
    <div> <span style="font-family:monospace"><span
          style="color:#000000;background-color:#ffffff;"><br>
          source mailet_log { </span><br>
               file(<span
          style="color:#b21818;background-color:#ffffff;">"/opt/myApp/mylog.log"</span><span
          style="color:#000000;background-color:#ffffff;">
          log_msg_size(81920)); </span><br>
        }; <br>
        <br>
        destination mailet_test { <br>
              file(<span style="color:#b21818;background-color:#ffffff;">"/tmp/mylog_syslog.log"</span><span
          style="color:#000000;background-color:#ffffff;">); </span><br>
        <span style="color:#000000;background-color:#ffffff;"></span>};
        <br>
        <br>
        log { source(mailet_log); destination(mailet_test); };<br>
        <br>
      </span></div>
    <meta http-equiv="Content-Type" content="text/html;
      charset=iso-8859-15">
    It works, but if i have in a source file a row that has
    <title>Konsole output70410</title>
    <meta http-equiv="Content-Type" content="text/html;
      charset=iso-8859-15">
    70410 char (for example),  in the destionation file i have two
    different row (first: 65024 char, second: 5433 char).<br>
    <meta http-equiv="Content-Type" content="text/html;
      charset=iso-8859-15">
    <br>
    Is it normal? can i configure syslog-ng to not split the lines?<br>
    <br>
    Thanks<br>
    <br>
    -- <br>
  </body>
</html>