Re: [Twisted-Python] Catching all the exceptions in a Twisted program

2010-11-06 Thread Facundo Batista
On Mon, Oct 25, 2010 at 9:29 AM, wrote: >>  Is there a better way to do this?  Actually, this is working correctly, >>  but I don't know if it's the right way to do it, and don't want to >>  depend of DebugInfo() being called always in this case. > > You should add a log observer that watches fo

Re: [Twisted-Python] Catching all the exceptions in a Twisted program

2010-10-25 Thread exarkun
On 10:57 am, facundobati...@gmail.com wrote: Hello! I've just subscribed to the list, but I'm using Twisted from a while ago. I need to do something, and wasn't able to find out how to do it. Well, I *did* find out, but it's a horrible hack, and actually depends on something that may be a

[Twisted-Python] Catching all the exceptions in a Twisted program

2010-10-25 Thread Facundo Batista
Hello! I've just subscribed to the list, but I'm using Twisted from a while ago. I need to do something, and wasn't able to find out how to do it. Well, I *did* find out, but it's a horrible hack, and actually depends on something that may be a bug, so it's worth asking here about this :) In a