Am looking forward to using opensips but so far spent all day trying to get logs to print to a file.<br><br>my config file:<br><br>fork=yes<br>port=5060<br>log_stderror=no<br>debug=4<br>log_name=opensips.log<br>log_facility=LOG_LOCAL7<br>
<br>I edited /etc/syslog.config to add to bottom of file:<br>local7.*  /var/log/opensips.log<br><br> I restarted the syslog, and restarted opensips<br><br>With the log_name and log_facility lines I can&#39;t get opensips to start. With the offending 2 lines removed I can run opensips but get NO logs, not in syslog or anywhere else. It is hard to debug when you can&#39;t get any output. <br>
<br>Ideas greatly appreciated<br>