[Buildbot-commits] [SPAM] Re: [Buildbot] #635: buildbot should always or be able to log twistd.log Exceptions to a separate file

Buildbot trac at buildbot.net
Sat Dec 19 03:55:04 UTC 2009


#635: buildbot should always or be able to log twistd.log Exceptions to a
separate file
------------------------+---------------------------------------------------
Reporter:  bhearsum     |        Owner:           
    Type:  enhancement  |       Status:  new      
Priority:  major        |    Milestone:  undecided
 Version:  0.7.11       |   Resolution:           
Keywords:               |  
------------------------+---------------------------------------------------

Comment(by dustin):

 This is really a Twisted thing - Twisted tends to eat exceptions, because
 in an async world it's not always clear how best to handle them.  Usually
 when they end up in twistd.log, it's because they got to some generic
 "handle all exceptions" code, or because they aren't handled at all and
 the reactor logs them as an unhandled errback.

 I wonder if Jean-Paul has any ideas here -- you might ping him in IRC.

-- 
Ticket URL: <http://buildbot.net/trac/ticket/635#comment:1>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list