mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-22 18:24:23 +00:00
Cast exportId to string in OnExportGenerationFails logging
This commit is contained in:
parent
6b0c85cdf0
commit
f78b8cad9c
@ -53,7 +53,7 @@ class OnExportGenerationFails implements EventSubscriberInterface
|
|||||||
}
|
}
|
||||||
|
|
||||||
$this->logger->error(self::LOG_PREFIX.'ExportRequestGenerationMessage failed to execute generation', [
|
$this->logger->error(self::LOG_PREFIX.'ExportRequestGenerationMessage failed to execute generation', [
|
||||||
'exportId' => $message->id,
|
'exportId' => (string) $message->id,
|
||||||
'userId' => $message->userId,
|
'userId' => $message->userId,
|
||||||
'alias' => $exportGeneration->getExportAlias(),
|
'alias' => $exportGeneration->getExportAlias(),
|
||||||
'throwable_message' => $event->getThrowable()->getMessage(),
|
'throwable_message' => $event->getThrowable()->getMessage(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user