Greetings, Would the right way to do this be to overload startCommand() and add another callback like this: d.addCallback(lambda res: self.createSummary(cmd.logs['stdio'])) per logfile? -Bill