Pārlūkot izejas kodu

agregue filename a la salida

Luciano Andrade 7 gadi atpakaļ
vecāks
revīzija
2739da4eb2
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      Services/TaskLoggerService.php

+ 1 - 0
Services/TaskLoggerService.php

@@ -45,6 +45,7 @@ class TaskLoggerService implements ConsumerInterface
 
             $filename = $this->createTaskLoggerCmdFile($taskloggerId, $content);
             $output = $this->runProcess($filename);
+ 	    $output["process"] = $filename;
             
             $monologLoggerId = 'monolog.logger.devicelog';
             if ($this->serviceContainer->has($monologLoggerId)) {