Hi,
You need check your syslogd configuration file, as the messages with
severity level "debug" might become unused.
/etc/syslogd.conf should contain lines like this:
*.=debug;\
auth,authpriv.none;\
news.none;mail.none -/var/log/debug
If you add the line, don't forget to restart syslog deamon.
Or you can set the error reporting to the stderr handle and then run ser
with stderr redirected to file. If log_stderr is not defined in your
config file, you can use -E parameter to achieve that:
ser -E 2> ser_err.log
Michal
On Tue, May 02, 2006 at 11:39:01AM +0300, İlker Aktuna (
Koç.net) wrote:
Hi,
Which level of debug should I use ?
debug= ? (I tried debug=7 but nothing changed)
Btw, my clients are behind NAT. But I already forward them to an RTP+SIP proxy for voice
communication. And there is no rpoblem with voice.
Should I use any nathelper configuration for presence messages ?
Thanks,
ilker