Re: [Twisted-Python] operations: baby steps. buildbot move?

2016-02-01 Thread Adi Roiban
> > > I think "config.production" is a bit of a eh name to have after, we should > change it if we have more machines. Eg. config.prod-dornkirk, or whatever. > Then we just need to write what goes where. > I have create a PR to look at the actual implementation and to make this happen. https://gi

[Twisted-Python] twisted.logger and log filtering in twistd plugin

2016-02-01 Thread Patryk Ściborek
Hi Guys! I'm using twisted.logger in my new app. I'm running it as a twistd plugin and I don't know how to enable log message filtering. I know that twistd still uses twisted.python.log but I have to disable debug messages somehow. What's the best way to do that in my ServiceMaker? Best regards,

Re: [Twisted-Python] twisted.logger and log filtering in twistd plugin

2016-02-01 Thread Louis D. Burr
Hi Patryk, > On Feb 1, 2016, at 8:45 AM, Patryk Ściborek wrote: > > Hi Guys! > > I'm using twisted.logger in my new app. I'm running it as a twistd plugin and > I don't know how to enable log message filtering. I know that twistd still > uses twisted.python.log but I have to disable debug me

Re: [Twisted-Python] twisted.logger and log filtering in twistd plugin

2016-02-01 Thread Patryk Ściborek
On Mon, Feb 1, 2016 at 3:52 PM, Louis D. Burr wrote: > > Best bet is to look into the —logger parameter which you can use to pass a > custom logger to twistd. > Hi Daniel, Thank you for your response. Logger option sets the name of the logger factory which should create something which implemen

Re: [Twisted-Python] twisted.logger and log filtering in twistd plugin

2016-02-01 Thread Werner Thie
On 2/1/16 4:45 AM, Patryk Ściborek wrote: Hi Guys! I'm using twisted.logger in my new app. I'm running it as a twistd plugin and I don't know how to enable log message filtering. I know that twistd still uses twisted.python.log but I have to disable debug messages somehow. What's the best way to

Re: [Twisted-Python] twisted.logger and log filtering in twistd plugin

2016-02-01 Thread Louis D. Burr
Hi Patryk, > On Feb 1, 2016, at 11:12 AM, Patryk Ściborek wrote: > > On Mon, Feb 1, 2016 at 3:52 PM, Louis D. Burr > wrote: > > Best bet is to look into the —logger parameter which you can use to pass a > custom logger to twistd. > > Hi Daniel, > > Thank you for

Re: [Twisted-Python] Debian unstable builder

2016-02-01 Thread Glyph Lefkowitz
> On Jan 31, 2016, at 7:52 PM, Tristan Seligmann > wrote: > > Working on tickets such as #8180[1] and #8187[2] suggests that it would be > useful to have a builder running on Debian unstable (and/or other "bleeding > edge" distributions, most of them have something similar) in order to pick u

Re: [Twisted-Python] operations: baby steps. buildbot move?

2016-02-01 Thread Tom Prince
Amber "Hawkie" Brown writes: >> It looks to me like the thing I need to do is 'fab config.production >> buildbot.stop; fab config.production buildbot.dump', then make the relevant >> DNS change. At this point I think I need to add a new environment to >> ENVIRONMENTS and do 'fab config.buildb

Re: [Twisted-Python] operations: baby steps. buildbot move?

2016-02-01 Thread Glyph Lefkowitz
> On Jan 31, 2016, at 4:56 PM, Amber Hawkie Brown > wrote: > > I think "config.production" is a bit of a eh name to have after, we should > change it if we have more machines. Eg. config.prod-dornkirk, or whatever. > Then we just need to write what goes where.