浏览代码

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)) {