<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">HI, <br>
<br>
here is my pastebin when I do opensips start:<br>
<a class="moz-txt-link-freetext" href="http://pastebin.com/Z9hxrHB2">http://pastebin.com/Z9hxrHB2</a><br>
<br>
<br>
debug=6<br>
log_stderror=yes<br>
log_facility=LOG_LOCAL0<br>
<br>
<br>
syslog.conf<br>
<br>
<small><br>
<br>
#opensips<br>
local0.*
/var/log/opensips.log<br>
<br>
<br>
</small><br>
Still no luck:(<br>
<br>
I tried to cat massages, opensips.log but there is no opensips
log.<br>
<br>
Br,<br>
Miha<br>
<br>
On 11/19/2012 12:35 PM, Saúl Ibarra Corretgé wrote:<br>
</div>
<blockquote
cite="mid:24ED4F75-340C-4BFB-849E-DE993B217896@ag-projects.com"
type="cite">
<pre wrap="">
On Nov 19, 2012, at 12:26 PM, Miha wrote:
</pre>
<blockquote type="cite">
<pre wrap="">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.
</pre>
</blockquote>
<pre wrap="">
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
<a class="moz-txt-link-abbreviated" href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a>
<a class="moz-txt-link-freetext" href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
</pre>
</blockquote>
<br>
</body>
</html>