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