Hello,<br><br>I&#39;m doing some pretty basic syslog forwarding using syslog-ng 1.6.2.<br><br>Essentially, I&#39;ve got the following:<br><br>destination remoteHost {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tcp(&quot;<a href="http://1.1.1.1">1.1.1.1</a>
 port 9999&quot;);<br>};<br><br><br>The forwarding is working correctly, however on the remote side all my log lines are prepended with a &lt;number&gt; tag. <br><br>For example:&nbsp;&nbsp; Some log line<br>turns into:&nbsp; &lt;38&gt;Some log line
<br><br>I&#39;ve tried creating a custom template, but the &lt;number&gt; is always added to the log lines when the arrive at the remote host. <br><br>Why is this happening and is there a way to turn it off?<br><br>Thanks,
<br><br>- Allen Bettilyon<br><br><br><br><br><br><br>