> So, any way to hook into the logging of Buildbot from within master.cfg? Ah, apparently it is as easy as from twisted.python import log log.msg("File: %s" % (f)) --- John Bäckstrand