Преглед изворни кода

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);
             $output = $this->runProcess($filename);
+ 	    $output["process"] = $filename;
             
             $monologLoggerId = 'monolog.logger.devicelog';
             if ($this->serviceContainer->has($monologLoggerId)) {