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@10.22.22.201:5060
This is a test message
But in my case the UDP listener only receives:
R-URI is sip:test201@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, view it on GitHub, or mute the thread.