Comment 5 for bug 861234

Revision history for this message
Robert Collins (lifeless) wrote : Re: [Bug 861234] Re: logs to both custom log and twistd.log

Create a function which returns an observer.
Set that as the '--logger=python.file.function_that_returns_observer' thing.

It should return an OOPSObserver with fallback set.

(This is the intended use: the oopsobserver receives *everything*,
translates failures to oopses and forwards non-failures unaltered.)