Re: [Twisted-Python] Configuring Twisted logging via plugins

2010-08-05 Thread Valeriy Zamarayev
On Aug 5, 2010, at 20:25, Glyph Lefkowitz wrote: > On Aug 5, 2010, at 12:44 AM, Valeriy Zamarayev wrote: >> >> See the code: http://gist.github.com/505926 >> >> This works for me. I don't know if a better and less dangerous way to >> achieve the same

[Twisted-Python] Configuring Twisted logging via plugins

2010-08-04 Thread Valeriy Zamarayev
Hello, all. There have been a few questions on this list about how to configure Twisted logging via plugins, as opposed to .tac files. And we now know about the #638 and #3534 tickets. Hopefully, they will be resolved soon. But before this happens, it seems to me there's no other way to handle th

Re: [Twisted-Python] web2 -> web ToDo List

2010-02-06 Thread Valeriy Zamarayev
On 6 Feb 2010, 17:34, exar...@twistedmatrix.com wrote: > On 4 Feb, 09:16 pm, sstein...@gmail.com wrote: >> While I see tickets in the tracker for web2 and others for web, I >> couldn't find a 'cherry pick' list of things to be moved from web2 >> back >> into web. >> >> Is there one? > > Not real

Re: [Twisted-Python] HTML shoudl not be baked into twisted.web HTTP implementation

2009-12-09 Thread Valeriy Zamarayev
On Dec 9, 2009, at 19:34, James Y Knight wrote: > On Dec 9, 2009, at 11:52 AM, Jared Gisin wrote: >> I’m writing a HTTP server that exposes various resources as an API. >> Unless I’m missing something, twisted’s HTTP protocol >> implementation is in twisted.web.http. >> >> The problem with thi