Explorar o código

agregue filename a la salida

Luciano Andrade %!s(int64=7) %!d(string=hai) anos
pai
achega
2739da4eb2
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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)) {