I'm trying to figure out issue with opposite stream (https://sourceforge.net/forum/forum.php?thread_id=1724647&forum_id=203640) but unfortunately. Now I've changed siproxd' logging facility to DEBUG in the /etc/siproxd.conf file:
silence_log = 0
debug_level = -1
but I can't find any difference with debug_level = 0 (log format still the same not detalized).
What can happen this problem?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I'm trying to figure out issue with opposite stream (https://sourceforge.net/forum/forum.php?thread_id=1724647&forum_id=203640) but unfortunately. Now I've changed siproxd' logging facility to DEBUG in the /etc/siproxd.conf file:
silence_log = 0
debug_level = -1
but I can't find any difference with debug_level = 0 (log format still the same not detalized).
What can happen this problem?
Detailed debug output requires either:
- running siproxd in foreground (not daemonized)
or
- use TCP logging
Sending all debug output to SYSLOG is *not* recommended.
Read the siproxd documentation for more details on how to properly collect a debug log:
http://siproxd.sourceforge.net/siproxd_guide/siproxd_guide_c6s2.html
/Thomas