Re: [Twisted-Python] running twisted with supervisord -- logging question

2014-08-23 Thread Hynek Schlawack
Jonathan, On 24 Aug 2014, at 1:46, Jonathan Vanasco wrote: Thanks for the insight. I was stupid and didn't include my code. I don't actually want supervisor to handle the logging. I wanted to have this app's logs in /var/log/myapp-twisted/twisted.log I just can't figure out how to make th

[Twisted-Python] Weekly Bug Summary

2014-08-23 Thread trac
Bug summary __ Summary for 2014-08-17 through 2014-08-24 Opened Closed Total Change Enhancements: 5 1 1232 +4 Defects: 2 2749 +0 Tasks: 0 0 9

Re: [Twisted-Python] running twisted with supervisord -- logging question

2014-08-23 Thread Christopher Armstrong
On August 23, 2014 at 6:50:32 PM, Jonathan Vanasco (twisted-pyt...@2xlp.com) wrote: Christopher- Thanks for the insight.  I was stupid and didn't include my code. I don't actually want supervisor to handle the logging.  I wanted to have this app's logs in /var/log/myapp-twisted/twisted.log I j

Re: [Twisted-Python] Twisted WebSockets Branch

2014-08-23 Thread Itamar Turner-Trauring
On 2014-08-21 22:24, Rob Oakes wrote: > a. Which of the two websocket branches should be used as the basis for new > work? > > On GitHub, websocket-4173-4 is marked as closed with a note telling the > contributor to see the contribution guidelines. There are also several > additions to th

Re: [Twisted-Python] running twisted with supervisord -- logging question

2014-08-23 Thread Werner Thie
Hi that's what I use in my .tac files application = service.Application(mainPkgName) #use this code below to configure logging in all aspects; keep in mind #that for the log rotating code the #access rights must be set such that the process has write access to #the log directory. A trick to

Re: [Twisted-Python] running twisted with supervisord -- logging question

2014-08-23 Thread Jonathan Vanasco
Christopher- Thanks for the insight. I was stupid and didn't include my code. I don't actually want supervisor to handle the logging. I wanted to have this app's logs in /var/log/myapp-twisted/twisted.log I just can't figure out how to make this happen. i've been playing with different perm