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