[Buildbot-commits] [SPAM] Re: [Buildbot] #593: Flexible default logging.
Buildbot
trac at buildbot.net
Sat Dec 19 05:25:42 UTC 2009
#593: Flexible default logging.
-------------------+--------------------------------------------------------
Reporter: verm | Owner:
Type: defect | Status: new
Priority: major | Milestone: 0.8.+
Version: 0.7.11 | Resolution:
Keywords: |
-------------------+--------------------------------------------------------
Changes (by dustin):
* milestone: undecided => 0.8.+
Comment:
From bug #615:
Currently LogObservers? are created in the start method of BuildStep?.
This makes it hard to write generic observers that can work with many
different steps: it couples things that don't have a strong reason to be
coupled.
One way that this could be done is to have a standard factory attribute
listing log observer factories & arguments. This would then be called
either before or after start (probably after).
I want this for Subunit support polish.
FWIW, I think this is a cool idea, but I don't see it getting done in
0.7.12. I'd love to be proven wrong :)
--
Ticket URL: <http://buildbot.net/trac/ticket/593#comment:2>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list