Browse Source

agregue filename a la salida

Luciano Andrade 7 years ago
parent
commit
2739da4eb2
1 changed files with 1 additions and 0 deletions
  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)) {