[sr-dev] [kamailio/kamailio] log_custom module doesn't redirect all log messages (#680)

logslie notifications at github.com
Wed Jun 22 11:38:40 CEST 2016


Hi,

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


For instance:

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

	...
} 

```
The UDP listener should receive:

```
R-URI is sip:test201 at 10.22.22.201:5060
This is a test message
```

But in my case the UDP listener only receives:

```
R-URI is sip:test201 at 10.22.22.201:5060
```

This is, the messages sent using the method exported by the module (i.e **log_udp**). 
Am I doing something wrong?



Thanks,

Laura

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/680
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-dev/attachments/20160622/fd283049/attachment-0001.html>


More information about the sr-dev mailing list