def rotate_logs(self): if self.transport is not None: try: self.transport.signalProcess(signal.SIGUSR1) except ProcessExitedAlready: pass