Преглед на файлове

agregue filename a la salida

Luciano Andrade преди 7 години
родител
ревизия
2739da4eb2
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      Services/TaskLoggerService.php

+ 1 - 0
Services/TaskLoggerService.php

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