On Nov 19, 2012, at 12:26 PM, Miha wrote: > Hi, > > my opensips.cfg: > debug=6 > log_stderror=yes > log_facility=LOG_LOCAL0 > > syslog.conf > > #opensips > local0.* -/var/log/opensips.log > > > Where could be a poroblem that opensips does not log? > Opensips.log is empty. >
Remove that '-' from the syslog.conf line, that prevents the matching entries from going there. It should look like this: #opensips local0.* /var/log/opensips.log Regards, PS: This applies to rsyslog. -- Saúl Ibarra Corretgé AG Projects _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
