On 10/25/2010 12:31 PM, Huy Nguyen wrote:
log_facility=LOG_LOCAL0
How can I check all LM_DBG logs in some files as xmpp.c, xmpp_component.c .... to view the registration processing of kamailio to local jabberd s erver ?
Huy,
In the default syslog.conf of centos you have a line:
*.info;mail.none;authpriv.none;cron.none /var/log/messages
Which only sends log level info and lower to /var/log/messages.
If you add a line:
local0.* -/var/log/kamailio.log
You will find all any debugging output of kamailio in /var/log/kamailio.log Don't forget to restart syslog
Regards, Robert Verspuy