I am trying to implement module for Kamailio by extending "topoh" module. I want to write something console so I know that module is correctly loaded and in use. For that purpose I am using logging functions LM_DBG
and LM_ERR
. In the following article http://www.kamailio.org/dokuwiki/doku.php/tutorials:debug-syslog-messages stays that output from this functions goes to syslog but I can't see anything in my syslog. I am using command tail -F /var/log/syslog
for viewing syslog.
I am using default settings for debugging in my Kamailio config file. Is there something special that I must configure for view output from this logging functions in my syslog?