示例#1
0
 /**
  * {@inheritdoc}
  */
 public function getLogs($ticket)
 {
     $this->logger->debug('Get logs of job ' . $ticket);
     return $this->logManager->findByJob($this->findJob($ticket));
 }