/**
  * Logging info about successful execution of all commands from the chain.
  *
  * @param   ConsoleChainEvent   $event
  */
 public function onConsoleChainTerminate(ConsoleChainEvent $event)
 {
     $this->logger->log(200, sprintf('Execution of %s chain completed.', $event->getCommand()->getName()));
 }