Thanks for the info. This helps a bit, but I am still not capturing all the fine details even though I've got debug=9. Does it perhaps save to another file? Or is all that pretty much lost?
Thanks, Brian
----- Original Message ----- From: "Ovidiu Sas" osas@voipembedded.com To: "Brian Heath" brian@telethra.com Cc: users@lists.openser.org Sent: Monday, February 04, 2008 11:30 AM Subject: Re: [OpenSER-Users] Viewing OpenSER debug output
Hi Brian,
Turn off stderr (log_stderror=no) and capture everything in a file via syslog. By default, you should see the entire output of openser logging in /var/log/messages.
'tail -f /var/log/messages' should give you the output of openser while it is running.
There is also a tutorial on the openser website about openser logging.
Regards, Ovidiu Sas
On Feb 4, 2008 2:03 PM, Brian Heath brian@telethra.com wrote:
Hi all, Is there a way that you can 're-connect' to an openser debug output
process, so you don't have to restart openser every time you want to view the debug data? I've currently got it set accordingly:
################# # openser.cfg # ################ debug=9 fork=yes log_stderror=yes log_facility=LOG_LOCAL1
Alternately, if there's a way I can pipe it all into a text file, and
then use tail -f that would be optimal. But I don't mind it as it all flies down my screen - it's at least all in my buffer.
Thanks in advance for your help, Brian _______________________________________________ Users mailing list Users@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/users