def start(self): """Perform the App's actions as configured.""" self.log.info('{} {}'.format(self.name, ' '.join(self.argv))) return migrate(logger=self.log)