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