Re: [Twisted-Python] Style/testing for log-related changes

2016-07-01 Thread Daniel Sutcliffe
On Tue, Jun 28, 2016 at 1:49 PM, Daniel Sutcliffe wrote: > This is what I came up with while trying to get twistd related > messages all emitted through new logger and thus not have [-] in > standard textual log: > https://github.com/twisted/twisted/compare/bb0d1d67...dansut:logger-update > Prob

Re: [Twisted-Python] Style/testing for log-related changes

2016-06-28 Thread Daniel Sutcliffe
I'm also finding myself looking at doing some of this so thought it might be worth rejuvenating this thread... On Jun 6, 2016, at 04:21, Phil Mayers wrote: > > I'd like to submit a patch to convert t.conch.ssh to the new logging. The > > main reason is that the conch code logs a *lot* of really,

Re: [Twisted-Python] Style/testing for log-related changes

2016-06-06 Thread Glyph
> On Jun 6, 2016, at 04:21, Phil Mayers wrote: > > All, > > I'd like to submit a patch to convert t.conch.ssh to the new logging. The > main reason is that the conch code logs a *lot* of really, really, really > boring crap that I want to throw away because it just clutters up the logs > e.g

[Twisted-Python] Style/testing for log-related changes

2016-06-06 Thread Phil Mayers
All, I'd like to submit a patch to convert t.conch.ssh to the new logging. The main reason is that the conch code logs a *lot* of really, really, really boring crap that I want to throw away because it just clutters up the logs e.g. https://github.com/twisted/twisted/blob/twisted-16.2.0/twis