[08:32] Hi, I'm debugging a bzr plugin. From what I understand I'm supposed to run the plugin unit tests like this: "bzr selftest -v bzrlib.plugins.fastimport.tests" My question is, how can I see debug output? [08:33] The plugin code is calling trace.note(...) etc but I don't see this output in the terminal or ~/.bzr.log [09:47] eweg: trace.note output should show up on the terminal [09:47] As well as trace.mutter, etc [10:12] ah ok, you only get the output when the test fails