hbprotoss / rfc5766-turn-server

Automatically exported from code.google.com/p/rfc5766-turn-server
0 stars 0 forks source link

Better log control #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
First of all, let me thank you for excellent tool and great docs. This is just 
an enhancement request for better log control.

What steps will reproduce the problem?
1. run turnserver with any config
2. output log will go to turnserver_<pid>.log file into uncertain folder and in 
uncontrolled fashion.

What is the expected output? What do you see instead?
* would be nice to have config option 

What version of the product are you using? On what operating system?
* turnserver-1.7.2.0
* Ubuntu 12.04.2

Please provide any additional information below.
* not critical for me at the moment since I just commented out all the code 
which uses _rtpfile. 
* in my case looking only for stdout output since turnserver going to be 
executed under supervisor (http://supervisord.org/) and all stdout will be 
redirected to supervisor controlled location with graceful file rolling and 
size limitation.

Original issue reported on code.google.com by trudov...@gmail.com on 30 Mar 2013 at 8:22

GoogleCodeExporter commented 8 years ago
Thanks for idea. Will do in the next build.

Original comment by mom040...@gmail.com on 30 Mar 2013 at 8:41

GoogleCodeExporter commented 8 years ago
Fixed in 1.7.3.0. Two new options added: --log-file (can be "stdout" or "-") 
and --no-stdout-log.

Original comment by mom040...@gmail.com on 1 Apr 2013 at 8:55

GoogleCodeExporter commented 8 years ago

Original comment by mom040...@gmail.com on 6 Apr 2013 at 8:17

GoogleCodeExporter commented 8 years ago
A related issue 26 fixed in 1.8.4.3

Original comment by mom040...@gmail.com on 16 May 2013 at 11:28