Comment 2 for bug 274578

Revision history for this message
Jonathan Lange (jml) wrote : Re: tracebacks in lp-serve are not logged anywhere

I ended up doing this by monkeypatching bzrlib.trace.log_exception_quietly. That doesn't work, however, since modules import log_exception_quietly before the monkeypatcher runs. Suck.

I'm going to do this right by adding a hook to bzr itself.