<p>Hi,</p>

<p>I'm using log_custom module and I have it configured with <strong>log_stderror=no</strong> and <strong>log_engine_type="udp"</strong>. As far as I understand this module should send all log messages using udp, right?</p>

<p>For instance:</p>

<pre><code>request_route {

    log_udp("R-URI is $ru\n");
    xlog("L_INFO", "This is a test message\n");

    ...


</code></pre>

<p>The UDP listener should receive:</p>

<pre><code>R-URI is sip:test201@10.22.22.201:5060
This is a test message
</code></pre>

<p>But in my case the UDP listener only receives:</p>

<pre><code>R-URI is sip:test201@10.22.22.201:5060
</code></pre>

<p>This is, the messages sent using the method exported by the module (i.e <strong>log_udp</strong>). <br>
Am I doing something wrong?</p>

<p>Thanks,</p>

<p>Laura</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/kamailio/kamailio/issues/680">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/AF36Zb6hIn5g43i-fN6BhI383r6EEBrLks5qOQKggaJpZM4I7laT">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AF36ZboCL68kjl7N2DHp3vC2Q_l_Hin0ks5qOQKggaJpZM4I7laT.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/kamailio/kamailio/issues/680"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>