|
@@ -52,6 +52,7 @@ class TaskLoggerService implements ConsumerInterface
|
|
|
$this->serviceContainer->get($monologLoggerId)->info($output['output'], [
|
|
|
'deviceType' => $msgBody['entityClass'],
|
|
|
'deviceId' => $msgBody['entityId'],
|
|
|
+ 'tenancyId' => $this->serviceContainer->get('base_tenancy.tenancy_service')->getTenancyIdCurrent(),
|
|
|
]);
|
|
|
}
|
|
|
|