Re: [Twisted-Python] twisted and logging

2009-04-04 Thread Drew Smathers
On Fri, Apr 3, 2009 at 10:08 AM, Fabrizio Mancini wrote: > Hi, > i'm using the package twisted.python.log to log messages. Till now, it's all > ok, but with the standard logging package from python i had setup a logging > system that logged normal logs to one file, error logs to a separete files,

[Twisted-Python] twisted and logging

2009-04-03 Thread Fabrizio Mancini
Hi, i'm using the package twisted.python.log to log messages. Till now, it's all ok, but with the standard logging package from python i had setup a logging system that logged normal logs to one file, error logs to a separete files, and some special operations to one other file. Every logging insta