[Twisted-Python] Different logging class for .tac file run by twistd

"Einar S. Idsø" einar.twisted at norsk-esport.no
Wed Apr 25 07:26:05 MDT 2007


Thomas Hervé wrote:
> Currently, the only way I know is to do this:
> 
> from twisted.python import log
> log.theLogPublisher.observers.pop(0)

Or equivalently, as suggested to me on this list in February:
log.removeObserver(log.theLogPublisher.observers[0])

Cheers,
Einar





More information about the Twisted-Python mailing list