[OpenSIPS-Users] Log problem
Saúl Ibarra Corretgé
saul at ag-projects.com
Mon Nov 19 12:35:54 CET 2012
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
More information about the Users
mailing list