Hi All,
I am having some problems logging Kamailio in debug mode using syslog. All is fine if I log to stderr. However, when I log to syslog I get a few dbug messages and then it stops -- I dont get any of my routing messages or anything????
i am suing solaris?
Any suggestions
Cheers Jason
1) What log_facility is set at the top of the file?
2) What is log_stderror set to?
3) What is the debug level (debug=?).
4) Do you have any filters configured in your syslogd to divert logging to whatever log_facility you have set to a special log file?
Jason Penton wrote:
I guess the answer depends on what your syslogd is configured to do with LOG_LOCAL0 / does with it by default in the absence of an explicit directive.
I do not know what the answer is for Solaris.
Jason Penton wrote:
Hey Alex,
it looks like this:
local0.debug /var/log/kamailio.log
cheers Jason
On Wed, Aug 19, 2009 at 5:19 PM, Alex Balashov abalashov@evaristesys.comwrote:
I am not sure if the 'debug' log actually produces statements typed DEBUG.
Try: local0.* /var/log/kamailio.log
... and see if it makes any difference. (Don't forget to restart syslogd first. :-)
Jason Penton wrote: