Re: [Twisted-Python] Twistd logging

2009-12-09 Thread Lucas Taylor
On 12/9/09 11:14 AM, Landreville wrote: > > > On Wed, Dec 9, 2009 at 12:26 PM, > wrote: > > On 8 Dec, 09:04 pm, landrevi...@deadtreepages.com > wrote: > >Is there a way I can customize the format of log file? >

Re: [Twisted-Python] Twistd logging

2009-12-09 Thread Landreville
On Wed, Dec 9, 2009 at 12:26 PM, wrote: > On 8 Dec, 09:04 pm, landrevi...@deadtreepages.com wrote: > >Is there a way I can customize the format of log file? > >I want to add more information to each line (about the xmlrpc method > >being > >called), but I can't find where these lines get written

Re: [Twisted-Python] Twistd logging

2009-12-09 Thread exarkun
On 8 Dec, 09:04 pm, landrevi...@deadtreepages.com wrote: >Is there a way I can customize the format of log file? >I want to add more information to each line (about the xmlrpc method >being >called), but I can't find where these lines get written out. I know I >can >print a message to the log in

[Twisted-Python] Twistd logging

2009-12-08 Thread Landreville
Is there a way I can customize the format of log file? I want to add more information to each line (about the xmlrpc method being called), but I can't find where these lines get written out. I know I can print a message to the log in my _getFunction, but I would prefer to have one line per request.